#E966D1

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

Shades of Free Speech Magenta #E966D1

Tints of Free Speech Magenta #E966D1

Color information

#E966D1 (or 0xE966D1) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 66 and D1. RGB value is (233,102,209). Sum of RGB (Red+Green+Blue) = 233+102+209=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E966D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966D1 is #16992E. Grayscale: #999999. Windows color (decimal): -1481007 or 13723369. OLE color: 13723369.

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

Color convert

RGB233102209-
CMYK00.560.100.09
HSL310.99º74.86%65.69%-
HSV(B)310.99º56.22%91.37%-
XYZ49.8631.4363.76-
YUV153.37159.4184.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.83%
GREEN value IS 102 (40.23% from 255) = 18.75%
BLUE value IS 209 (82.03% from 255) = 38.42%
R=42.83%
G=18.75%
B=38.42%

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
Decimal23310220900.560.100.09310.9974.8665.69
HexE966D1038A91374b42
Octal3511463210701211467113102
Binary1110100111001101101000101110001010100110011011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E966D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E966D1; }

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

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

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

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

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

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

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

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