Html Css Color HEX #E966D9 Free Speech Magenta

📋 copy color: '#E966D9'

red 233 ◦ green 102 ◦ blue 217

#E966D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E966D9

Tints of Free Speech Magenta #E966D9

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 value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E966D9 (or 0xE966D9) is known color: 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

RGB 233 102 217 -
CMYK 0 0.56 0.07 0.09
HSL 307.33º 0.75% 0.66% -
HSV(B) 307.33º 0.56% 0.91% -
XYZ 50.88 31.84 69.11 -
YUV 154.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 233 102 217 0 0.56 0.07 0.09 307.33 0.75 0.66
Hex E9 66 D9 0 38 7 9 133 4B 42
Octal 351 146 331 0 70 7 11 463 113 102
Binary 11101001 1100110 11011001 0 111000 111 1001 100110011 1001011 1000010

Color Harmonies of #E966D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966D9

Black with #E966D9

Text Example


Text Example

White with #E966D9

Text Example


Text Example

HTML Codes & Css Web 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>