Html Css Color HEX #EA59E6 Free Speech Magenta

📋 copy color: '#EA59E6'

red 234 ◦ green 89 ◦ blue 230

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

Shades of Free Speech Magenta #EA59E6

Tints of Free Speech Magenta #EA59E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 42.31%
G = 16.09%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EA59E6 (or 0xEA59E6) is known color: Free Speech Magenta. HEX triplet: EA, 59 and E6. RGB value is (234,89,230). Sum of RGB (Red+Green+Blue) = 234+89+230=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 89 (35.16% from 255 or 16.09% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA59E6 is #15A619. Grayscale: #949494. Windows color (decimal): -1418778 or 15096298. OLE color: 15096298.

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

Color convert

RGB 234 89 230 -
CMYK 0 0.62 0.02 0.08
HSL 301.66º 0.78% 0.63% -
HSV(B) 301.66º 0.62% 0.92% -
XYZ 51.79 30.35 77.99 -
YUV 148.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 234 89 230 0 0.62 0.02 0.08 301.66 0.78 0.63
Hex EA 59 E6 0 3E 2 8 12E 4E 3F
Octal 352 131 346 0 76 2 10 456 116 77
Binary 11101010 1011001 11100110 0 111110 10 1000 100101110 1001110 111111

Color Harmonies of #EA59E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59E6

Black with #EA59E6

Text Example


Text Example

White with #EA59E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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