Html Css Color HEX #EA51D3 Free Speech Magenta
📋 copy color: '#EA51D3'red 234 ◦ green 81 ◦ blue 211
Shades of Free Speech Magenta #EA51D3
Tints of Free Speech Magenta #EA51D3
RGB
CMYK
RGB Variations
Color information
#EA51D3 (or 0xEA51D3) is known color: Free Speech Magenta. HEX triplet: EA, 51 and D3. RGB value is (234,81,211). Sum of RGB (Red+Green+Blue) = 234+81+211=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA51D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA51D3 is #15AE2C. Grayscale: #8D8D8D. Windows color (decimal): -1420845 or 13849066. OLE color: 13849066.
HSL color Cylindrical-coordinate representation of color #EA51D3: hue angle of 309.02º 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 #EA51D3 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 211 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.08 |
| HSL | 309.02º | 0.78% | 0.62% | - |
| HSV(B) | 309.02º | 0.65% | 0.92% | - |
| XYZ | 48.63 | 28.08 | 64.48 | - |
| YUV | 141.57 | 167.19 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 211 | 0 | 0.65 | 0.10 | 0.08 | 309.02 | 0.78 | 0.62 |
| Hex | EA | 51 | D3 | 0 | 41 | A | 8 | 135 | 4E | 3E |
| Octal | 352 | 121 | 323 | 0 | 101 | 12 | 10 | 465 | 116 | 76 |
| Binary | 11101010 | 1010001 | 11010011 | 0 | 1000001 | 1010 | 1000 | 100110101 | 1001110 | 111110 |
Color Harmonies of #EA51D3
Complementary color
Monochromatic Colors of #EA51D3
Black with #EA51D3
Text Example
Text Example
White with #EA51D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA51D3; }
p { color: rgb(234,81,211); }
H1.HeaderClassName
{
color: #EA51D3;
}
.AnyTagClassName
{
color: #EA51D3;
}
</style>
background-color css
<style>
a { background-color: #EA51D3; }
a { background-color: rgb(234,81,211); }
div.DivClassName
{
background-color: #EA51D3;
}
.BgClassName
{
background-color: #EA51D3;
}
</style>
border-color css
<style>
span { border-color: #EA51D3; }
span { border-color: rgb(234,81,211); }
td.TdClassName
{
border-color: #EA51D3;
}
.TagClassName
{
border-color: #EA51D3;
}
</style>