#E966D9

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

Shades of Free Speech Magenta #E966D9

Tints of Free Speech Magenta #E966D9

Color information

#E966D9 (or 0xE966D9) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 66 and D9. RGB value is (233,102,217). Sum of RGB (Red+Green+Blue) = 233+102+217=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E966D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966D9 is #169926. Grayscale: #999999. Windows color (decimal): -1480999 or 14247657. OLE color: 14247657.

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

Color convert

RGB233102217-
CMYK00.560.070.09
HSL307.33º74.86%65.69%-
HSV(B)307.33º56.22%91.37%-
XYZ50.8831.8469.11-
YUV154.28163.4184.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.21%
GREEN value IS 102 (40.23% from 255) = 18.48%
BLUE value IS 217 (85.16% from 255) = 39.31%
R=42.21%
G=18.48%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310221700.560.070.09307.3374.8665.69
HexE966D9038791334b42
Octal351146331070711463113102
Binary111010011100110110110010111000111100110011001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E966D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E966D9; }

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

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

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

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

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

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

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

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