Html Css Color HEX #EA58C2 Free Speech Magenta
📋 copy color: '#EA58C2'red 234 ◦ green 88 ◦ blue 194
Shades of Free Speech Magenta #EA58C2
Tints of Free Speech Magenta #EA58C2
RGB
CMYK
RGB Variations
Color information
#EA58C2 (or 0xEA58C2) is known color: Free Speech Magenta. HEX triplet: EA, 58 and C2. RGB value is (234,88,194). Sum of RGB (Red+Green+Blue) = 234+88+194=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA58C2 is #15A73D. Grayscale: #8F8F8F. Windows color (decimal): -1419070 or 12736746. OLE color: 12736746.
HSL color Cylindrical-coordinate representation of color #EA58C2: hue angle of 316.44º 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 #EA58C2 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 194 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.08 |
| HSL | 316.44º | 0.78% | 0.63% | - |
| HSV(B) | 316.44º | 0.62% | 0.92% | - |
| XYZ | 47.16 | 28.37 | 54.03 | - |
| YUV | 143.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 194 | 0 | 0.62 | 0.17 | 0.08 | 316.44 | 0.78 | 0.63 |
| Hex | EA | 58 | C2 | 0 | 3E | 11 | 8 | 13C | 4E | 3F |
| Octal | 352 | 130 | 302 | 0 | 76 | 21 | 10 | 474 | 116 | 77 |
| Binary | 11101010 | 1011000 | 11000010 | 0 | 111110 | 10001 | 1000 | 100111100 | 1001110 | 111111 |
Color Harmonies of #EA58C2
Complementary color
Monochromatic Colors of #EA58C2
Black with #EA58C2
Text Example
Text Example
White with #EA58C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA58C2; }
p { color: rgb(234,88,194); }
H1.HeaderClassName
{
color: #EA58C2;
}
.AnyTagClassName
{
color: #EA58C2;
}
</style>
background-color css
<style>
a { background-color: #EA58C2; }
a { background-color: rgb(234,88,194); }
div.DivClassName
{
background-color: #EA58C2;
}
.BgClassName
{
background-color: #EA58C2;
}
</style>
border-color css
<style>
span { border-color: #EA58C2; }
span { border-color: rgb(234,88,194); }
td.TdClassName
{
border-color: #EA58C2;
}
.TagClassName
{
border-color: #EA58C2;
}
</style>