Html Css Color HEX #EA59C5 Free Speech Magenta

📋 copy color: '#EA59C5'

red 234 ◦ green 89 ◦ blue 197

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

Shades of Free Speech Magenta #EA59C5

Tints of Free Speech Magenta #EA59C5

RGB

 RED value IS 234 (91.8% from 255) = 45%

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

 BLUE value IS 197 (77.34% from 255) = 37.88%

R = 45%
G = 17.12%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA59C5 (or 0xEA59C5) is known color: Free Speech Magenta. HEX triplet: EA, 59 and C5. RGB value is (234,89,197). Sum of RGB (Red+Green+Blue) = 234+89+197=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA59C5 is #15A63A. Grayscale: #909090. Windows color (decimal): -1418811 or 12933610. OLE color: 12933610.

HSL color Cylindrical-coordinate representation of color #EA59C5: hue angle of 315.31º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA59C5 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 89 197 -
CMYK 0 0.62 0.16 0.08
HSL 315.31º 0.78% 0.63% -
HSV(B) 315.31º 0.62% 0.92% -
XYZ 47.58 28.67 55.85 -
YUV 144.67 157.54 191.72 -
System Red Green Blue C M Y K H S L
Decimal 234 89 197 0 0.62 0.16 0.08 315.31 0.78 0.63
Hex EA 59 C5 0 3E 10 8 13B 4E 3F
Octal 352 131 305 0 76 20 10 473 116 77
Binary 11101010 1011001 11000101 0 111110 10000 1000 100111011 1001110 111111

Color Harmonies of #EA59C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59C5

Black with #EA59C5

Text Example


Text Example

White with #EA59C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59C5; }

 p { color: rgb(234,89,197); }

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

background-color css

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

 a { background-color: rgb(234,89,197); }

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

border-color css

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

 span { border-color: rgb(234,89,197); }

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