Html Css Color HEX #EA51D1 Free Speech Magenta
📋 copy color: '#EA51D1'red 234 ◦ green 81 ◦ blue 209
Shades of Free Speech Magenta #EA51D1
Tints of Free Speech Magenta #EA51D1
RGB
CMYK
RGB Variations
Color information
#EA51D1 (or 0xEA51D1) is known color: Free Speech Magenta. HEX triplet: EA, 51 and D1. RGB value is (234,81,209). Sum of RGB (Red+Green+Blue) = 234+81+209=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA51D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA51D1 is #15AE2E. Grayscale: #8C8C8C. Windows color (decimal): -1420847 or 13717994. OLE color: 13717994.
HSL color Cylindrical-coordinate representation of color #EA51D1: hue angle of 309.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA51D1 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 209 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.08 |
| HSL | 309.8º | 0.78% | 0.62% | - |
| HSV(B) | 309.8º | 0.65% | 0.92% | - |
| XYZ | 48.38 | 27.98 | 63.17 | - |
| YUV | 141.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 209 | 0 | 0.65 | 0.11 | 0.08 | 309.8 | 0.78 | 0.62 |
| Hex | EA | 51 | D1 | 0 | 41 | B | 8 | 136 | 4E | 3E |
| Octal | 352 | 121 | 321 | 0 | 101 | 13 | 10 | 466 | 116 | 76 |
| Binary | 11101010 | 1010001 | 11010001 | 0 | 1000001 | 1011 | 1000 | 100110110 | 1001110 | 111110 |
Color Harmonies of #EA51D1
Complementary color
Monochromatic Colors of #EA51D1
Black with #EA51D1
Text Example
Text Example
White with #EA51D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA51D1; }
p { color: rgb(234,81,209); }
H1.HeaderClassName
{
color: #EA51D1;
}
.AnyTagClassName
{
color: #EA51D1;
}
</style>
background-color css
<style>
a { background-color: #EA51D1; }
a { background-color: rgb(234,81,209); }
div.DivClassName
{
background-color: #EA51D1;
}
.BgClassName
{
background-color: #EA51D1;
}
</style>
border-color css
<style>
span { border-color: #EA51D1; }
span { border-color: rgb(234,81,209); }
td.TdClassName
{
border-color: #EA51D1;
}
.TagClassName
{
border-color: #EA51D1;
}
</style>