Html Css Color HEX #E050DC Free Speech Magenta
📋 copy color: '#E050DC'red 224 ◦ green 80 ◦ blue 220
Shades of Free Speech Magenta #E050DC
Tints of Free Speech Magenta #E050DC
RGB
CMYK
RGB Variations
Color information
#E050DC (or 0xE050DC) is known color: Free Speech Magenta. HEX triplet: E0, 50 and DC. RGB value is (224,80,220). Sum of RGB (Red+Green+Blue) = 224+80+220=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E050DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050DC is #1FAF23. Grayscale: #8A8A8A. Windows color (decimal): -2076452 or 14438624. OLE color: 14438624.
HSL color Cylindrical-coordinate representation of color #E050DC: hue angle of 301.67º 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 #E050DC is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 220 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.12 |
| HSL | 301.67º | 0.7% | 0.6% | - |
| HSV(B) | 301.67º | 0.64% | 0.88% | - |
| XYZ | 46.53 | 26.75 | 70.42 | - |
| YUV | 139.02 | 173.71 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 220 | 0 | 0.64 | 0.02 | 0.12 | 301.67 | 0.7 | 0.6 |
| Hex | E0 | 50 | DC | 0 | 40 | 2 | C | 12E | 46 | 3C |
| Octal | 340 | 120 | 334 | 0 | 100 | 2 | 14 | 456 | 106 | 74 |
| Binary | 11100000 | 1010000 | 11011100 | 0 | 1000000 | 10 | 1100 | 100101110 | 1000110 | 111100 |
Color Harmonies of #E050DC
Complementary color
Monochromatic Colors of #E050DC
Black with #E050DC
Text Example
Text Example
White with #E050DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050DC; }
p { color: rgb(224,80,220); }
H1.HeaderClassName
{
color: #E050DC;
}
.AnyTagClassName
{
color: #E050DC;
}
</style>
background-color css
<style>
a { background-color: #E050DC; }
a { background-color: rgb(224,80,220); }
div.DivClassName
{
background-color: #E050DC;
}
.BgClassName
{
background-color: #E050DC;
}
</style>
border-color css
<style>
span { border-color: #E050DC; }
span { border-color: rgb(224,80,220); }
td.TdClassName
{
border-color: #E050DC;
}
.TagClassName
{
border-color: #E050DC;
}
</style>