Html Css Color HEX #E966D6 Free Speech Magenta

📋 copy color: '#E966D6'

red 233 ◦ green 102 ◦ blue 214

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

Shades of Free Speech Magenta #E966D6

Tints of Free Speech Magenta #E966D6

RGB

 RED value IS 233 (91.41% from 255) = 42.44%

 GREEN value IS 102 (40.23% from 255) = 18.58%

 BLUE value IS 214 (83.98% from 255) = 38.98%

R = 42.44%
G = 18.58%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E966D6 (or 0xE966D6) is known color: Free Speech Magenta. HEX triplet: E9, 66 and D6. RGB value is (233,102,214). Sum of RGB (Red+Green+Blue) = 233+102+214=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E966D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966D6 is #169929. Grayscale: #999999. Windows color (decimal): -1481002 or 14051049. OLE color: 14051049.

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

Color convert

RGB 233 102 214 -
CMYK 0 0.56 0.08 0.09
HSL 308.7º 0.75% 0.66% -
HSV(B) 308.7º 0.56% 0.91% -
XYZ 50.49 31.68 67.07 -
YUV 153.94 161.9 184.39 -
System Red Green Blue C M Y K H S L
Decimal 233 102 214 0 0.56 0.08 0.09 308.7 0.75 0.66
Hex E9 66 D6 0 38 8 9 135 4B 42
Octal 351 146 326 0 70 10 11 465 113 102
Binary 11101001 1100110 11010110 0 111000 1000 1001 100110101 1001011 1000010

Color Harmonies of #E966D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966D6

Black with #E966D6

Text Example


Text Example

White with #E966D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E966D6; }

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

 H1.HeaderClassName
 {
   color: #E966D6;
 }
 .AnyTagClassName
 {
   color: #E966D6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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