#E966D2

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

Shades of Free Speech Magenta #E966D2

Tints of Free Speech Magenta #E966D2

Color information

#E966D2 (or 0xE966D2) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 66 and D2. RGB value is (233,102,210). Sum of RGB (Red+Green+Blue) = 233+102+210=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E966D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966D2 is #16992D. Grayscale: #999999. Windows color (decimal): -1481006 or 13788905. OLE color: 13788905.

HSL color Cylindrical-coordinate representation of color #E966D2: hue angle of 310.53º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E966D2 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB233102210-
CMYK00.560.100.09
HSL310.53º74.86%65.69%-
HSV(B)310.53º56.22%91.37%-
XYZ49.9931.4864.41-
YUV153.48159.9184.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.75%
GREEN value IS 102 (40.23% from 255) = 18.72%
BLUE value IS 210 (82.42% from 255) = 38.53%
R=42.75%
G=18.72%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310221000.560.100.09310.5374.8665.69
HexE966D2038A91374b42
Octal3511463220701211467113102
Binary1110100111001101101001001110001010100110011011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E966D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E966D2; }

 p { color: rgb(233,102,210); }

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

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

 a { background-color: rgb(233,102,210); }

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

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

 span { border-color: rgb(233,102,210); }

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