Html Css Color HEX #E051DA Free Speech Magenta
📋 copy color: '#E051DA'red 224 ◦ green 81 ◦ blue 218
Shades of Free Speech Magenta #E051DA
Tints of Free Speech Magenta #E051DA
RGB
CMYK
RGB Variations
Color information
#E051DA (or 0xE051DA) is known color: Free Speech Magenta. HEX triplet: E0, 51 and DA. RGB value is (224,81,218). Sum of RGB (Red+Green+Blue) = 224+81+218=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E051DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051DA is #1FAE25. Grayscale: #8A8A8A. Windows color (decimal): -2076198 or 14307808. OLE color: 14307808.
HSL color Cylindrical-coordinate representation of color #E051DA: hue angle of 302.52º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E051DA is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 218 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.12 |
| HSL | 302.52º | 0.7% | 0.6% | - |
| HSV(B) | 302.52º | 0.64% | 0.88% | - |
| XYZ | 46.34 | 26.79 | 69.06 | - |
| YUV | 139.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 218 | 0 | 0.64 | 0.03 | 0.12 | 302.52 | 0.7 | 0.6 |
| Hex | E0 | 51 | DA | 0 | 40 | 3 | C | 12F | 46 | 3C |
| Octal | 340 | 121 | 332 | 0 | 100 | 3 | 14 | 457 | 106 | 74 |
| Binary | 11100000 | 1010001 | 11011010 | 0 | 1000000 | 11 | 1100 | 100101111 | 1000110 | 111100 |
Color Harmonies of #E051DA
Complementary color
Monochromatic Colors of #E051DA
Black with #E051DA
Text Example
Text Example
White with #E051DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051DA; }
p { color: rgb(224,81,218); }
H1.HeaderClassName
{
color: #E051DA;
}
.AnyTagClassName
{
color: #E051DA;
}
</style>
background-color css
<style>
a { background-color: #E051DA; }
a { background-color: rgb(224,81,218); }
div.DivClassName
{
background-color: #E051DA;
}
.BgClassName
{
background-color: #E051DA;
}
</style>
border-color css
<style>
span { border-color: #E051DA; }
span { border-color: rgb(224,81,218); }
td.TdClassName
{
border-color: #E051DA;
}
.TagClassName
{
border-color: #E051DA;
}
</style>