Html Css Color HEX #EA59EA Free Speech Magenta

📋 copy color: '#EA59EA'

red 234 ◦ green 89 ◦ blue 234

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

Shades of Free Speech Magenta #EA59EA

Tints of Free Speech Magenta #EA59EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.01%

R = 42.01%
G = 15.98%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EA59EA (or 0xEA59EA) is known color: Free Speech Magenta. HEX triplet: EA, 59 and EA. RGB value is (234,89,234). Sum of RGB (Red+Green+Blue) = 234+89+234=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA59EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA59EA is #15A615. Grayscale: #949494. Windows color (decimal): -1418774 or 15358442. OLE color: 15358442.

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

Color convert

RGB 234 89 234 -
CMYK 0 0.62 0 0.08
HSL 300º 0.78% 0.63% -
HSV(B) 300º 0.62% 0.92% -
XYZ 52.36 30.58 80.98 -
YUV 148.89 176.04 188.71 -
System Red Green Blue C M Y K H S L
Decimal 234 89 234 0 0.62 0 0.08 300 0.78 0.63
Hex EA 59 EA 0 3E 0 8 12C 4E 3F
Octal 352 131 352 0 76 0 10 454 116 77
Binary 11101010 1011001 11101010 0 111110 0 1000 100101100 1001110 111111

Color Harmonies of #EA59EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59EA

Black with #EA59EA

Text Example


Text Example

White with #EA59EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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