Html Css Color HEX #EA59CA Free Speech Magenta

📋 copy color: '#EA59CA'

red 234 ◦ green 89 ◦ blue 202

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

Shades of Free Speech Magenta #EA59CA

Tints of Free Speech Magenta #EA59CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 44.57%
G = 16.95%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA59CA (or 0xEA59CA) is known color: Free Speech Magenta. HEX triplet: EA, 59 and CA. RGB value is (234,89,202). Sum of RGB (Red+Green+Blue) = 234+89+202=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA59CA is #15A635. Grayscale: #909090. Windows color (decimal): -1418806 or 13261290. OLE color: 13261290.

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

Color convert

RGB 234 89 202 -
CMYK 0 0.62 0.14 0.08
HSL 313.24º 0.78% 0.63% -
HSV(B) 313.24º 0.62% 0.92% -
XYZ 48.16 28.9 58.92 -
YUV 145.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 234 89 202 0 0.62 0.14 0.08 313.24 0.78 0.63
Hex EA 59 CA 0 3E E 8 139 4E 3F
Octal 352 131 312 0 76 16 10 471 116 77
Binary 11101010 1011001 11001010 0 111110 1110 1000 100111001 1001110 111111

Color Harmonies of #EA59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59CA

Black with #EA59CA

Text Example


Text Example

White with #EA59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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