Html Css Color HEX #E959C9 Free Speech Magenta

📋 copy color: '#E959C9'

red 233 ◦ green 89 ◦ blue 201

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

Shades of Free Speech Magenta #E959C9

Tints of Free Speech Magenta #E959C9

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.02%

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

R = 44.55%
G = 17.02%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E959C9 (or 0xE959C9) is known color: Free Speech Magenta. HEX triplet: E9, 59 and C9. RGB value is (233,89,201). Sum of RGB (Red+Green+Blue) = 233+89+201=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E959C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E959C9 is #16A636. Grayscale: #909090. Windows color (decimal): -1484343 or 13195753. OLE color: 13195753.

HSL color Cylindrical-coordinate representation of color #E959C9: hue angle of 313.33º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E959C9 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 89 201 -
CMYK 0 0.62 0.14 0.09
HSL 313.33º 0.77% 0.63% -
HSV(B) 313.33º 0.62% 0.91% -
XYZ 47.72 28.69 58.28 -
YUV 144.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 233 89 201 0 0.62 0.14 0.09 313.33 0.77 0.63
Hex E9 59 C9 0 3E E 9 139 4D 3F
Octal 351 131 311 0 76 16 11 471 115 77
Binary 11101001 1011001 11001001 0 111110 1110 1001 100111001 1001101 111111

Color Harmonies of #E959C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E959C9

Black with #E959C9

Text Example


Text Example

White with #E959C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E959C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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