Html Css Color HEX #EA58D6 Free Speech Magenta
📋 copy color: '#EA58D6'red 234 ◦ green 88 ◦ blue 214
Shades of Free Speech Magenta #EA58D6
Tints of Free Speech Magenta #EA58D6
RGB
CMYK
RGB Variations
Color information
#EA58D6 (or 0xEA58D6) is known color: Free Speech Magenta. HEX triplet: EA, 58 and D6. RGB value is (234,88,214). Sum of RGB (Red+Green+Blue) = 234+88+214=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA58D6 is #15A729. Grayscale: #919191. Windows color (decimal): -1419050 or 14047466. OLE color: 14047466.
HSL color Cylindrical-coordinate representation of color #EA58D6: hue angle of 308.22º 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 #EA58D6 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 214 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.08 |
| HSL | 308.22º | 0.78% | 0.63% | - |
| HSV(B) | 308.22º | 0.62% | 0.92% | - |
| XYZ | 49.56 | 29.33 | 66.67 | - |
| YUV | 146.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 214 | 0 | 0.62 | 0.09 | 0.08 | 308.22 | 0.78 | 0.63 |
| Hex | EA | 58 | D6 | 0 | 3E | 9 | 8 | 134 | 4E | 3F |
| Octal | 352 | 130 | 326 | 0 | 76 | 11 | 10 | 464 | 116 | 77 |
| Binary | 11101010 | 1011000 | 11010110 | 0 | 111110 | 1001 | 1000 | 100110100 | 1001110 | 111111 |
Color Harmonies of #EA58D6
Complementary color
Monochromatic Colors of #EA58D6
Black with #EA58D6
Text Example
Text Example
White with #EA58D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA58D6; }
p { color: rgb(234,88,214); }
H1.HeaderClassName
{
color: #EA58D6;
}
.AnyTagClassName
{
color: #EA58D6;
}
</style>
background-color css
<style>
a { background-color: #EA58D6; }
a { background-color: rgb(234,88,214); }
div.DivClassName
{
background-color: #EA58D6;
}
.BgClassName
{
background-color: #EA58D6;
}
</style>
border-color css
<style>
span { border-color: #EA58D6; }
span { border-color: rgb(234,88,214); }
td.TdClassName
{
border-color: #EA58D6;
}
.TagClassName
{
border-color: #EA58D6;
}
</style>