#E966E9

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

Shades of Free Speech Magenta #E966E9

Tints of Free Speech Magenta #E966E9

Color information

#E966E9 (or 0xE966E9) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 66 and E9. RGB value is (233,102,233). Sum of RGB (Red+Green+Blue) = 233+102+233=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 102 (40.23% from 255 or 17.96% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E966E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E966E9 is #169916. Grayscale: #9B9B9B. Windows color (decimal): -1480983 or 15296233. OLE color: 15296233.

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

Color convert

RGB233102233-
CMYK00.5600.09
HSL300º74.86%65.69%-
HSV(B)300º56.22%91.37%-
XYZ53.0632.7180.61-
YUV156.1171.4182.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.02%
GREEN value IS 102 (40.23% from 255) = 17.96%
BLUE value IS 233 (91.41% from 255) = 41.02%
R=41.02%
G=17.96%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310223300.5600.0930074.8665.69
HexE966E90380912c4b42
Octal351146351070011454113102
Binary1110100111001101110100101110000100110010110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E966E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E966E9; }

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

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

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

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

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

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

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

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