Html Css Color HEX #EA55D9 Free Speech Magenta
📋 copy color: '#EA55D9'red 234 ◦ green 85 ◦ blue 217
Shades of Free Speech Magenta #EA55D9
Tints of Free Speech Magenta #EA55D9
RGB
CMYK
RGB Variations
Color information
#EA55D9 (or 0xEA55D9) is known color: Free Speech Magenta. HEX triplet: EA, 55 and D9. RGB value is (234,85,217). Sum of RGB (Red+Green+Blue) = 234+85+217=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55D9 is #15AA26. Grayscale: #909090. Windows color (decimal): -1419815 or 14243306. OLE color: 14243306.
HSL color Cylindrical-coordinate representation of color #EA55D9: hue angle of 306.85º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA55D9 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 217 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.08 |
| HSL | 306.85º | 0.78% | 0.63% | - |
| HSV(B) | 306.85º | 0.64% | 0.92% | - |
| XYZ | 49.7 | 29 | 68.62 | - |
| YUV | 144.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 217 | 0 | 0.64 | 0.07 | 0.08 | 306.85 | 0.78 | 0.63 |
| Hex | EA | 55 | D9 | 0 | 40 | 7 | 8 | 133 | 4E | 3F |
| Octal | 352 | 125 | 331 | 0 | 100 | 7 | 10 | 463 | 116 | 77 |
| Binary | 11101010 | 1010101 | 11011001 | 0 | 1000000 | 111 | 1000 | 100110011 | 1001110 | 111111 |
Color Harmonies of #EA55D9
Complementary color
Monochromatic Colors of #EA55D9
Black with #EA55D9
Text Example
Text Example
White with #EA55D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA55D9; }
p { color: rgb(234,85,217); }
H1.HeaderClassName
{
color: #EA55D9;
}
.AnyTagClassName
{
color: #EA55D9;
}
</style>
background-color css
<style>
a { background-color: #EA55D9; }
a { background-color: rgb(234,85,217); }
div.DivClassName
{
background-color: #EA55D9;
}
.BgClassName
{
background-color: #EA55D9;
}
</style>
border-color css
<style>
span { border-color: #EA55D9; }
span { border-color: rgb(234,85,217); }
td.TdClassName
{
border-color: #EA55D9;
}
.TagClassName
{
border-color: #EA55D9;
}
</style>