#E966ED

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

Shades of Free Speech Magenta #E966ED

Tints of Free Speech Magenta #E966ED

Color information

#E966ED (or 0xE966ED) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 66 and ED. RGB value is (233,102,237). Sum of RGB (Red+Green+Blue) = 233+102+237=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 102 (40.23% from 255 or 17.83% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #E966ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E966ED is #169912. Grayscale: #9C9C9C. Windows color (decimal): -1480979 or 15558377. OLE color: 15558377.

HSL color Cylindrical-coordinate representation of color #E966ED: hue angle of 298.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E966ED is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233102237-
CMYK0.020.5700.07
HSL298.22º78.95%66.47%-
HSV(B)298.22º56.96%92.94%-
XYZ53.6432.9483.65-
YUV156.56173.4182.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.73%
GREEN value IS 102 (40.23% from 255) = 17.83%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=40.73%
G=17.83%
B=41.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331022370.020.5700.07298.2278.9566.47
HexE966ED2390712a4f42
Octal35114635527107452117102
Binary1110100111001101110110110111001011110010101010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E966ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E966ED; }

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

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

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

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

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

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

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

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