Html Css Color HEX #E966C9 Free Speech Magenta

📋 copy color: '#E966C9'

red 233 ◦ green 102 ◦ blue 201

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

Shades of Free Speech Magenta #E966C9

Tints of Free Speech Magenta #E966C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.5%

R = 43.47%
G = 19.03%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E966C9 (or 0xE966C9) is known color: Free Speech Magenta. HEX triplet: E9, 66 and C9. RGB value is (233,102,201). Sum of RGB (Red+Green+Blue) = 233+102+201=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E966C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966C9 is #169936. Grayscale: #989898. Windows color (decimal): -1481015 or 13199081. OLE color: 13199081.

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

Color convert

RGB 233 102 201 -
CMYK 0 0.56 0.14 0.09
HSL 314.66º 0.75% 0.66% -
HSV(B) 314.66º 0.56% 0.91% -
XYZ 48.9 31.04 58.67 -
YUV 152.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 233 102 201 0 0.56 0.14 0.09 314.66 0.75 0.66
Hex E9 66 C9 0 38 E 9 13B 4B 42
Octal 351 146 311 0 70 16 11 473 113 102
Binary 11101001 1100110 11001001 0 111000 1110 1001 100111011 1001011 1000010

Color Harmonies of #E966C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966C9

Black with #E966C9

Text Example


Text Example

White with #E966C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E966C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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