Html Css Color HEX #EA59C0 Free Speech Magenta
📋 copy color: '#EA59C0'red 234 ◦ green 89 ◦ blue 192
Shades of Free Speech Magenta #EA59C0
Tints of Free Speech Magenta #EA59C0
RGB
CMYK
RGB Variations
Color information
#EA59C0 (or 0xEA59C0) is known color: Free Speech Magenta. HEX triplet: EA, 59 and C0. RGB value is (234,89,192). Sum of RGB (Red+Green+Blue) = 234+89+192=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA59C0 is #15A63F. Grayscale: #8F8F8F. Windows color (decimal): -1418816 or 12605930. OLE color: 12605930.
HSL color Cylindrical-coordinate representation of color #EA59C0: hue angle of 317.38º 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 #EA59C0 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 192 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.08 |
| HSL | 317.38º | 0.78% | 0.63% | - |
| HSV(B) | 317.38º | 0.62% | 0.92% | - |
| XYZ | 47.02 | 28.44 | 52.88 | - |
| YUV | 144.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 192 | 0 | 0.62 | 0.18 | 0.08 | 317.38 | 0.78 | 0.63 |
| Hex | EA | 59 | C0 | 0 | 3E | 12 | 8 | 13D | 4E | 3F |
| Octal | 352 | 131 | 300 | 0 | 76 | 22 | 10 | 475 | 116 | 77 |
| Binary | 11101010 | 1011001 | 11000000 | 0 | 111110 | 10010 | 1000 | 100111101 | 1001110 | 111111 |
Color Harmonies of #EA59C0
Complementary color
Monochromatic Colors of #EA59C0
Black with #EA59C0
Text Example
Text Example
White with #EA59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA59C0; }
p { color: rgb(234,89,192); }
H1.HeaderClassName
{
color: #EA59C0;
}
.AnyTagClassName
{
color: #EA59C0;
}
</style>
background-color css
<style>
a { background-color: #EA59C0; }
a { background-color: rgb(234,89,192); }
div.DivClassName
{
background-color: #EA59C0;
}
.BgClassName
{
background-color: #EA59C0;
}
</style>
border-color css
<style>
span { border-color: #EA59C0; }
span { border-color: rgb(234,89,192); }
td.TdClassName
{
border-color: #EA59C0;
}
.TagClassName
{
border-color: #EA59C0;
}
</style>