Html Css Color HEX #E051D2 Free Speech Magenta
📋 copy color: '#E051D2'red 224 ◦ green 81 ◦ blue 210
Shades of Free Speech Magenta #E051D2
Tints of Free Speech Magenta #E051D2
RGB
CMYK
RGB Variations
Color information
#E051D2 (or 0xE051D2) is known color: Free Speech Magenta. HEX triplet: E0, 51 and D2. RGB value is (224,81,210). Sum of RGB (Red+Green+Blue) = 224+81+210=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E051D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051D2 is #1FAE2D. Grayscale: #8A8A8A. Windows color (decimal): -2076206 or 13783520. OLE color: 13783520.
HSL color Cylindrical-coordinate representation of color #E051D2: hue angle of 305.87º 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 #E051D2 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 210 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.12 |
| HSL | 305.87º | 0.7% | 0.6% | - |
| HSV(B) | 305.87º | 0.64% | 0.88% | - |
| XYZ | 45.32 | 26.39 | 63.68 | - |
| YUV | 138.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 210 | 0 | 0.64 | 0.06 | 0.12 | 305.87 | 0.7 | 0.6 |
| Hex | E0 | 51 | D2 | 0 | 40 | 6 | C | 132 | 46 | 3C |
| Octal | 340 | 121 | 322 | 0 | 100 | 6 | 14 | 462 | 106 | 74 |
| Binary | 11100000 | 1010001 | 11010010 | 0 | 1000000 | 110 | 1100 | 100110010 | 1000110 | 111100 |
Color Harmonies of #E051D2
Complementary color
Monochromatic Colors of #E051D2
Black with #E051D2
Text Example
Text Example
White with #E051D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051D2; }
p { color: rgb(224,81,210); }
H1.HeaderClassName
{
color: #E051D2;
}
.AnyTagClassName
{
color: #E051D2;
}
</style>
background-color css
<style>
a { background-color: #E051D2; }
a { background-color: rgb(224,81,210); }
div.DivClassName
{
background-color: #E051D2;
}
.BgClassName
{
background-color: #E051D2;
}
</style>
border-color css
<style>
span { border-color: #E051D2; }
span { border-color: rgb(224,81,210); }
td.TdClassName
{
border-color: #E051D2;
}
.TagClassName
{
border-color: #E051D2;
}
</style>