Html Css Color HEX #EA54D4 Free Speech Magenta
📋 copy color: '#EA54D4'red 234 ◦ green 84 ◦ blue 212
Shades of Free Speech Magenta #EA54D4
Tints of Free Speech Magenta #EA54D4
RGB
CMYK
RGB Variations
Color information
#EA54D4 (or 0xEA54D4) is known color: Free Speech Magenta. HEX triplet: EA, 54 and D4. RGB value is (234,84,212). Sum of RGB (Red+Green+Blue) = 234+84+212=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA54D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA54D4 is #15AB2B. Grayscale: #8F8F8F. Windows color (decimal): -1420076 or 13915370. OLE color: 13915370.
HSL color Cylindrical-coordinate representation of color #EA54D4: hue angle of 308.8º 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 #EA54D4 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 212 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.08 |
| HSL | 308.8º | 0.78% | 0.62% | - |
| HSV(B) | 308.8º | 0.64% | 0.92% | - |
| XYZ | 48.99 | 28.59 | 65.22 | - |
| YUV | 143.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 212 | 0 | 0.64 | 0.09 | 0.08 | 308.8 | 0.78 | 0.62 |
| Hex | EA | 54 | D4 | 0 | 40 | 9 | 8 | 135 | 4E | 3E |
| Octal | 352 | 124 | 324 | 0 | 100 | 11 | 10 | 465 | 116 | 76 |
| Binary | 11101010 | 1010100 | 11010100 | 0 | 1000000 | 1001 | 1000 | 100110101 | 1001110 | 111110 |
Color Harmonies of #EA54D4
Complementary color
Monochromatic Colors of #EA54D4
Black with #EA54D4
Text Example
Text Example
White with #EA54D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA54D4; }
p { color: rgb(234,84,212); }
H1.HeaderClassName
{
color: #EA54D4;
}
.AnyTagClassName
{
color: #EA54D4;
}
</style>
background-color css
<style>
a { background-color: #EA54D4; }
a { background-color: rgb(234,84,212); }
div.DivClassName
{
background-color: #EA54D4;
}
.BgClassName
{
background-color: #EA54D4;
}
</style>
border-color css
<style>
span { border-color: #EA54D4; }
span { border-color: rgb(234,84,212); }
td.TdClassName
{
border-color: #EA54D4;
}
.TagClassName
{
border-color: #EA54D4;
}
</style>