#E966D0

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

Shades of Free Speech Magenta #E966D0

Tints of Free Speech Magenta #E966D0

Color information

#E966D0 (or 0xE966D0) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 66 and D0. RGB value is (233,102,208). Sum of RGB (Red+Green+Blue) = 233+102+208=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E966D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966D0 is #16992F. Grayscale: #989898. Windows color (decimal): -1481008 or 13657833. OLE color: 13657833.

HSL color Cylindrical-coordinate representation of color #E966D0: hue angle of 311.45º 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 #E966D0 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233102208-
CMYK00.560.110.09
HSL311.45º74.86%65.69%-
HSV(B)311.45º56.22%91.37%-
XYZ49.7431.3863.11-
YUV153.25158.9184.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.91%
GREEN value IS 102 (40.23% from 255) = 18.78%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=42.91%
G=18.78%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310220800.560.110.09311.4574.8665.69
HexE966D0038B91374b42
Octal3511463200701311467113102
Binary1110100111001101101000001110001011100110011011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E966D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E966D0; }

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

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

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

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

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

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

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

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