Html Css Color HEX #E051DF Free Speech Magenta
📋 copy color: '#E051DF'red 224 ◦ green 81 ◦ blue 223
Shades of Free Speech Magenta #E051DF
Tints of Free Speech Magenta #E051DF
RGB
CMYK
RGB Variations
Color information
#E051DF (or 0xE051DF) is known color: Free Speech Magenta. HEX triplet: E0, 51 and DF. RGB value is (224,81,223). Sum of RGB (Red+Green+Blue) = 224+81+223=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E051DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051DF is #1FAE20. Grayscale: #8B8B8B. Windows color (decimal): -2076193 or 14635488. OLE color: 14635488.
HSL color Cylindrical-coordinate representation of color #E051DF: hue angle of 300.42º 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 #E051DF is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 223 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.12 |
| HSL | 300.42º | 0.7% | 0.6% | - |
| HSV(B) | 300.42º | 0.64% | 0.88% | - |
| XYZ | 47 | 27.06 | 72.56 | - |
| YUV | 139.95 | 174.88 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 223 | 0 | 0.64 | 0.00 | 0.12 | 300.42 | 0.7 | 0.6 |
| Hex | E0 | 51 | DF | 0 | 40 | 0 | C | 12C | 46 | 3C |
| Octal | 340 | 121 | 337 | 0 | 100 | 0 | 14 | 454 | 106 | 74 |
| Binary | 11100000 | 1010001 | 11011111 | 0 | 1000000 | 0 | 1100 | 100101100 | 1000110 | 111100 |
Color Harmonies of #E051DF
Complementary color
Monochromatic Colors of #E051DF
Black with #E051DF
Text Example
Text Example
White with #E051DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051DF; }
p { color: rgb(224,81,223); }
H1.HeaderClassName
{
color: #E051DF;
}
.AnyTagClassName
{
color: #E051DF;
}
</style>
background-color css
<style>
a { background-color: #E051DF; }
a { background-color: rgb(224,81,223); }
div.DivClassName
{
background-color: #E051DF;
}
.BgClassName
{
background-color: #E051DF;
}
</style>
border-color css
<style>
span { border-color: #E051DF; }
span { border-color: rgb(224,81,223); }
td.TdClassName
{
border-color: #E051DF;
}
.TagClassName
{
border-color: #E051DF;
}
</style>