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