Html Css Color HEX #E050C9 Free Speech Magenta
📋 copy color: '#E050C9'red 224 ◦ green 80 ◦ blue 201
Shades of Free Speech Magenta #E050C9
Tints of Free Speech Magenta #E050C9
RGB
CMYK
RGB Variations
Color information
#E050C9 (or 0xE050C9) is known color: Free Speech Magenta. HEX triplet: E0, 50 and C9. RGB value is (224,80,201). Sum of RGB (Red+Green+Blue) = 224+80+201=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E050C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050C9 is #1FAF36. Grayscale: #888888. Windows color (decimal): -2076471 or 13193440. OLE color: 13193440.
HSL color Cylindrical-coordinate representation of color #E050C9: hue angle of 309.58º 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 #E050C9 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 201 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.12 |
| HSL | 309.58º | 0.7% | 0.6% | - |
| HSV(B) | 309.58º | 0.64% | 0.88% | - |
| XYZ | 44.15 | 25.8 | 57.91 | - |
| YUV | 136.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 201 | 0 | 0.64 | 0.10 | 0.12 | 309.58 | 0.7 | 0.6 |
| Hex | E0 | 50 | C9 | 0 | 40 | A | C | 136 | 46 | 3C |
| Octal | 340 | 120 | 311 | 0 | 100 | 12 | 14 | 466 | 106 | 74 |
| Binary | 11100000 | 1010000 | 11001001 | 0 | 1000000 | 1010 | 1100 | 100110110 | 1000110 | 111100 |
Color Harmonies of #E050C9
Complementary color
Monochromatic Colors of #E050C9
Black with #E050C9
Text Example
Text Example
White with #E050C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050C9; }
p { color: rgb(224,80,201); }
H1.HeaderClassName
{
color: #E050C9;
}
.AnyTagClassName
{
color: #E050C9;
}
</style>
background-color css
<style>
a { background-color: #E050C9; }
a { background-color: rgb(224,80,201); }
div.DivClassName
{
background-color: #E050C9;
}
.BgClassName
{
background-color: #E050C9;
}
</style>
border-color css
<style>
span { border-color: #E050C9; }
span { border-color: rgb(224,80,201); }
td.TdClassName
{
border-color: #E050C9;
}
.TagClassName
{
border-color: #E050C9;
}
</style>