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