Html Css Color HEX #E050CE Free Speech Magenta
📋 copy color: '#E050CE'red 224 ◦ green 80 ◦ blue 206
Shades of Free Speech Magenta #E050CE
Tints of Free Speech Magenta #E050CE
RGB
CMYK
RGB Variations
Color information
#E050CE (or 0xE050CE) is known color: Free Speech Magenta. HEX triplet: E0, 50 and CE. RGB value is (224,80,206). Sum of RGB (Red+Green+Blue) = 224+80+206=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E050CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050CE is #1FAF31. Grayscale: #898989. Windows color (decimal): -2076466 or 13521120. OLE color: 13521120.
HSL color Cylindrical-coordinate representation of color #E050CE: hue angle of 307.5º 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 #E050CE is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 206 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.12 |
| HSL | 307.5º | 0.7% | 0.6% | - |
| HSV(B) | 307.5º | 0.64% | 0.88% | - |
| XYZ | 44.75 | 26.04 | 61.06 | - |
| YUV | 137.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 206 | 0 | 0.64 | 0.08 | 0.12 | 307.5 | 0.7 | 0.6 |
| Hex | E0 | 50 | CE | 0 | 40 | 8 | C | 134 | 46 | 3C |
| Octal | 340 | 120 | 316 | 0 | 100 | 10 | 14 | 464 | 106 | 74 |
| Binary | 11100000 | 1010000 | 11001110 | 0 | 1000000 | 1000 | 1100 | 100110100 | 1000110 | 111100 |
Color Harmonies of #E050CE
Complementary color
Monochromatic Colors of #E050CE
Black with #E050CE
Text Example
Text Example
White with #E050CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050CE; }
p { color: rgb(224,80,206); }
H1.HeaderClassName
{
color: #E050CE;
}
.AnyTagClassName
{
color: #E050CE;
}
</style>
background-color css
<style>
a { background-color: #E050CE; }
a { background-color: rgb(224,80,206); }
div.DivClassName
{
background-color: #E050CE;
}
.BgClassName
{
background-color: #E050CE;
}
</style>
border-color css
<style>
span { border-color: #E050CE; }
span { border-color: rgb(224,80,206); }
td.TdClassName
{
border-color: #E050CE;
}
.TagClassName
{
border-color: #E050CE;
}
</style>