Html Css Color HEX #E050DF Free Speech Magenta
📋 copy color: '#E050DF'red 224 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #E050DF
Tints of Free Speech Magenta #E050DF
RGB
CMYK
RGB Variations
Color information
#E050DF (or 0xE050DF) is known color: Free Speech Magenta. HEX triplet: E0, 50 and DF. RGB value is (224,80,223). Sum of RGB (Red+Green+Blue) = 224+80+223=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E050DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050DF is #1FAF20. Grayscale: #8A8A8A. Windows color (decimal): -2076449 or 14635232. OLE color: 14635232.
HSL color Cylindrical-coordinate representation of color #E050DF: 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 #E050DF is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 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 | 46.93 | 26.91 | 72.53 | - |
| YUV | 139.36 | 175.21 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 223 | 0 | 0.64 | 0.00 | 0.12 | 300.42 | 0.7 | 0.6 |
| Hex | E0 | 50 | DF | 0 | 40 | 0 | C | 12C | 46 | 3C |
| Octal | 340 | 120 | 337 | 0 | 100 | 0 | 14 | 454 | 106 | 74 |
| Binary | 11100000 | 1010000 | 11011111 | 0 | 1000000 | 0 | 1100 | 100101100 | 1000110 | 111100 |
Color Harmonies of #E050DF
Complementary color
Monochromatic Colors of #E050DF
Black with #E050DF
Text Example
Text Example
White with #E050DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050DF; }
p { color: rgb(224,80,223); }
H1.HeaderClassName
{
color: #E050DF;
}
.AnyTagClassName
{
color: #E050DF;
}
</style>
background-color css
<style>
a { background-color: #E050DF; }
a { background-color: rgb(224,80,223); }
div.DivClassName
{
background-color: #E050DF;
}
.BgClassName
{
background-color: #E050DF;
}
</style>
border-color css
<style>
span { border-color: #E050DF; }
span { border-color: rgb(224,80,223); }
td.TdClassName
{
border-color: #E050DF;
}
.TagClassName
{
border-color: #E050DF;
}
</style>