#E660D2

Color #E660D2 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E660D2

Tints of Free Speech Magenta #E660D2

Color information

#E660D2 (or 0xE660D2) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 60 and D2. RGB value is (230,96,210). Sum of RGB (Red+Green+Blue) = 230+96+210=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E660D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E660D2 is #199F2D. Grayscale: #949494. Windows color (decimal): -1679150 or 13787366. OLE color: 13787366.

HSL color Cylindrical-coordinate representation of color #E660D2: hue angle of 308.96º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E660D2 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB23096210-
CMYK00.580.090.10
HSL308.96º72.83%63.92%-
HSV(B)308.96º58.26%90.2%-
XYZ48.4529.8464.18-
YUV149.06162.39185.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 42.91%
GREEN value IS 96 (37.89% from 255) = 17.91%
BLUE value IS 210 (82.42% from 255) = 39.18%
R=42.91%
G=17.91%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309621000.580.090.10308.9672.8363.92
HexE660D203A9A1354940
Octal3461403220721112465111100
Binary1110011011000001101001001110101001101010011010110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E660D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E660D2; }

 p { color: rgb(230,96,210); }

 H1.HeaderClassName
 {
   color: #E660D2;
 }
 .AnyTagClassName
 {
   color: #E660D2;
 }
</style>
background-color css

<style>
 a { background-color: #E660D2; }

 a { background-color: rgb(230,96,210); }

 div.DivClassName
 {
   background-color: #E660D2;
 }
 .BgClassName
 {
   background-color: #E660D2;
 }
</style>
border-color css

<style>
 span { border-color: #E660D2; }

 span { border-color: rgb(230,96,210); }

 td.TdClassName
 {
   border-color: #E660D2;
 }
 .TagClassName
 {
   border-color: #E660D2;
 }
</style>