Html Css Color HEX #EA54D8 Free Speech Magenta
📋 copy color: '#EA54D8'red 234 ◦ green 84 ◦ blue 216
Shades of Free Speech Magenta #EA54D8
Tints of Free Speech Magenta #EA54D8
RGB
CMYK
RGB Variations
Color information
#EA54D8 (or 0xEA54D8) is known color: Free Speech Magenta. HEX triplet: EA, 54 and D8. RGB value is (234,84,216). Sum of RGB (Red+Green+Blue) = 234+84+216=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA54D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA54D8 is #15AB27. Grayscale: #8F8F8F. Windows color (decimal): -1420072 or 14177514. OLE color: 14177514.
HSL color Cylindrical-coordinate representation of color #EA54D8: hue angle of 307.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA54D8 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 216 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.08 |
| HSL | 307.2º | 0.78% | 0.62% | - |
| HSV(B) | 307.2º | 0.64% | 0.92% | - |
| XYZ | 49.5 | 28.79 | 67.91 | - |
| YUV | 143.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 216 | 0 | 0.64 | 0.08 | 0.08 | 307.2 | 0.78 | 0.62 |
| Hex | EA | 54 | D8 | 0 | 40 | 8 | 8 | 133 | 4E | 3E |
| Octal | 352 | 124 | 330 | 0 | 100 | 10 | 10 | 463 | 116 | 76 |
| Binary | 11101010 | 1010100 | 11011000 | 0 | 1000000 | 1000 | 1000 | 100110011 | 1001110 | 111110 |
Color Harmonies of #EA54D8
Complementary color
Monochromatic Colors of #EA54D8
Black with #EA54D8
Text Example
Text Example
White with #EA54D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA54D8; }
p { color: rgb(234,84,216); }
H1.HeaderClassName
{
color: #EA54D8;
}
.AnyTagClassName
{
color: #EA54D8;
}
</style>
background-color css
<style>
a { background-color: #EA54D8; }
a { background-color: rgb(234,84,216); }
div.DivClassName
{
background-color: #EA54D8;
}
.BgClassName
{
background-color: #EA54D8;
}
</style>
border-color css
<style>
span { border-color: #EA54D8; }
span { border-color: rgb(234,84,216); }
td.TdClassName
{
border-color: #EA54D8;
}
.TagClassName
{
border-color: #EA54D8;
}
</style>