Html Css Color HEX #E051C0 Free Speech Magenta
📋 copy color: '#E051C0'red 224 ◦ green 81 ◦ blue 192
Shades of Free Speech Magenta #E051C0
Tints of Free Speech Magenta #E051C0
RGB
CMYK
RGB Variations
Color information
#E051C0 (or 0xE051C0) is known color: Free Speech Magenta. HEX triplet: E0, 51 and C0. RGB value is (224,81,192). Sum of RGB (Red+Green+Blue) = 224+81+192=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E051C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051C0 is #1FAE3F. Grayscale: #888888. Windows color (decimal): -2076224 or 12603872. OLE color: 12603872.
HSL color Cylindrical-coordinate representation of color #E051C0: hue angle of 313.43º 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 #E051C0 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 192 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.12 |
| HSL | 313.43º | 0.7% | 0.6% | - |
| HSV(B) | 313.43º | 0.64% | 0.88% | - |
| XYZ | 43.2 | 25.54 | 52.52 | - |
| YUV | 136.41 | 159.38 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 192 | 0 | 0.64 | 0.14 | 0.12 | 313.43 | 0.7 | 0.6 |
| Hex | E0 | 51 | C0 | 0 | 40 | E | C | 139 | 46 | 3C |
| Octal | 340 | 121 | 300 | 0 | 100 | 16 | 14 | 471 | 106 | 74 |
| Binary | 11100000 | 1010001 | 11000000 | 0 | 1000000 | 1110 | 1100 | 100111001 | 1000110 | 111100 |
Color Harmonies of #E051C0
Complementary color
Monochromatic Colors of #E051C0
Black with #E051C0
Text Example
Text Example
White with #E051C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051C0; }
p { color: rgb(224,81,192); }
H1.HeaderClassName
{
color: #E051C0;
}
.AnyTagClassName
{
color: #E051C0;
}
</style>
background-color css
<style>
a { background-color: #E051C0; }
a { background-color: rgb(224,81,192); }
div.DivClassName
{
background-color: #E051C0;
}
.BgClassName
{
background-color: #E051C0;
}
</style>
border-color css
<style>
span { border-color: #E051C0; }
span { border-color: rgb(224,81,192); }
td.TdClassName
{
border-color: #E051C0;
}
.TagClassName
{
border-color: #E051C0;
}
</style>