Html Css Color HEX #E051D6 Free Speech Magenta
📋 copy color: '#E051D6'red 224 ◦ green 81 ◦ blue 214
Shades of Free Speech Magenta #E051D6
Tints of Free Speech Magenta #E051D6
RGB
CMYK
RGB Variations
Color information
#E051D6 (or 0xE051D6) is known color: Free Speech Magenta. HEX triplet: E0, 51 and D6. RGB value is (224,81,214). Sum of RGB (Red+Green+Blue) = 224+81+214=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E051D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051D6 is #1FAE29. Grayscale: #8A8A8A. Windows color (decimal): -2076202 or 14045664. OLE color: 14045664.
HSL color Cylindrical-coordinate representation of color #E051D6: hue angle of 304.2º 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 #E051D6 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 214 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.12 |
| HSL | 304.2º | 0.7% | 0.6% | - |
| HSV(B) | 304.2º | 0.64% | 0.88% | - |
| XYZ | 45.82 | 26.59 | 66.34 | - |
| YUV | 138.92 | 170.38 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 214 | 0 | 0.64 | 0.04 | 0.12 | 304.2 | 0.7 | 0.6 |
| Hex | E0 | 51 | D6 | 0 | 40 | 4 | C | 130 | 46 | 3C |
| Octal | 340 | 121 | 326 | 0 | 100 | 4 | 14 | 460 | 106 | 74 |
| Binary | 11100000 | 1010001 | 11010110 | 0 | 1000000 | 100 | 1100 | 100110000 | 1000110 | 111100 |
Color Harmonies of #E051D6
Complementary color
Monochromatic Colors of #E051D6
Black with #E051D6
Text Example
Text Example
White with #E051D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051D6; }
p { color: rgb(224,81,214); }
H1.HeaderClassName
{
color: #E051D6;
}
.AnyTagClassName
{
color: #E051D6;
}
</style>
background-color css
<style>
a { background-color: #E051D6; }
a { background-color: rgb(224,81,214); }
div.DivClassName
{
background-color: #E051D6;
}
.BgClassName
{
background-color: #E051D6;
}
</style>
border-color css
<style>
span { border-color: #E051D6; }
span { border-color: rgb(224,81,214); }
td.TdClassName
{
border-color: #E051D6;
}
.TagClassName
{
border-color: #E051D6;
}
</style>