Html Css Color HEX #E051D3 Free Speech Magenta
📋 copy color: '#E051D3'red 224 ◦ green 81 ◦ blue 211
Shades of Free Speech Magenta #E051D3
Tints of Free Speech Magenta #E051D3
RGB
CMYK
RGB Variations
Color information
#E051D3 (or 0xE051D3) is known color: Free Speech Magenta. HEX triplet: E0, 51 and D3. RGB value is (224,81,211). Sum of RGB (Red+Green+Blue) = 224+81+211=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E051D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051D3 is #1FAE2C. Grayscale: #8A8A8A. Windows color (decimal): -2076205 or 13849056. OLE color: 13849056.
HSL color Cylindrical-coordinate representation of color #E051D3: hue angle of 305.45º 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 #E051D3 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 211 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.12 |
| HSL | 305.45º | 0.7% | 0.6% | - |
| HSV(B) | 305.45º | 0.64% | 0.88% | - |
| XYZ | 45.44 | 26.44 | 64.34 | - |
| YUV | 138.58 | 168.88 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 211 | 0 | 0.64 | 0.06 | 0.12 | 305.45 | 0.7 | 0.6 |
| Hex | E0 | 51 | D3 | 0 | 40 | 6 | C | 131 | 46 | 3C |
| Octal | 340 | 121 | 323 | 0 | 100 | 6 | 14 | 461 | 106 | 74 |
| Binary | 11100000 | 1010001 | 11010011 | 0 | 1000000 | 110 | 1100 | 100110001 | 1000110 | 111100 |
Color Harmonies of #E051D3
Complementary color
Monochromatic Colors of #E051D3
Black with #E051D3
Text Example
Text Example
White with #E051D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051D3; }
p { color: rgb(224,81,211); }
H1.HeaderClassName
{
color: #E051D3;
}
.AnyTagClassName
{
color: #E051D3;
}
</style>
background-color css
<style>
a { background-color: #E051D3; }
a { background-color: rgb(224,81,211); }
div.DivClassName
{
background-color: #E051D3;
}
.BgClassName
{
background-color: #E051D3;
}
</style>
border-color css
<style>
span { border-color: #E051D3; }
span { border-color: rgb(224,81,211); }
td.TdClassName
{
border-color: #E051D3;
}
.TagClassName
{
border-color: #E051D3;
}
</style>