Html Css Color HEX #E050CF Free Speech Magenta
📋 copy color: '#E050CF'red 224 ◦ green 80 ◦ blue 207
Shades of Free Speech Magenta #E050CF
Tints of Free Speech Magenta #E050CF
RGB
CMYK
RGB Variations
Color information
#E050CF (or 0xE050CF) is known color: Free Speech Magenta. HEX triplet: E0, 50 and CF. RGB value is (224,80,207). Sum of RGB (Red+Green+Blue) = 224+80+207=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E050CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050CF is #1FAF30. Grayscale: #898989. Windows color (decimal): -2076465 or 13586656. OLE color: 13586656.
HSL color Cylindrical-coordinate representation of color #E050CF: hue angle of 307.08º 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 #E050CF is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 207 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.12 |
| HSL | 307.08º | 0.7% | 0.6% | - |
| HSV(B) | 307.08º | 0.64% | 0.88% | - |
| XYZ | 44.87 | 26.09 | 61.7 | - |
| YUV | 137.53 | 167.21 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 207 | 0 | 0.64 | 0.08 | 0.12 | 307.08 | 0.7 | 0.6 |
| Hex | E0 | 50 | CF | 0 | 40 | 8 | C | 133 | 46 | 3C |
| Octal | 340 | 120 | 317 | 0 | 100 | 10 | 14 | 463 | 106 | 74 |
| Binary | 11100000 | 1010000 | 11001111 | 0 | 1000000 | 1000 | 1100 | 100110011 | 1000110 | 111100 |
Color Harmonies of #E050CF
Complementary color
Monochromatic Colors of #E050CF
Black with #E050CF
Text Example
Text Example
White with #E050CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050CF; }
p { color: rgb(224,80,207); }
H1.HeaderClassName
{
color: #E050CF;
}
.AnyTagClassName
{
color: #E050CF;
}
</style>
background-color css
<style>
a { background-color: #E050CF; }
a { background-color: rgb(224,80,207); }
div.DivClassName
{
background-color: #E050CF;
}
.BgClassName
{
background-color: #E050CF;
}
</style>
border-color css
<style>
span { border-color: #E050CF; }
span { border-color: rgb(224,80,207); }
td.TdClassName
{
border-color: #E050CF;
}
.TagClassName
{
border-color: #E050CF;
}
</style>