Html Css Color HEX #E052CE Free Speech Magenta
📋 copy color: '#E052CE'red 224 ◦ green 82 ◦ blue 206
Shades of Free Speech Magenta #E052CE
Tints of Free Speech Magenta #E052CE
RGB
CMYK
RGB Variations
Color information
#E052CE (or 0xE052CE) is known color: Free Speech Magenta. HEX triplet: E0, 52 and CE. RGB value is (224,82,206). Sum of RGB (Red+Green+Blue) = 224+82+206=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E052CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E052CE is #1FAD31. Grayscale: #8A8A8A. Windows color (decimal): -2075954 or 13521632. OLE color: 13521632.
HSL color Cylindrical-coordinate representation of color #E052CE: hue angle of 307.61º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E052CE is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 206 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.12 |
| HSL | 307.61º | 0.7% | 0.6% | - |
| HSV(B) | 307.61º | 0.63% | 0.88% | - |
| XYZ | 44.9 | 26.34 | 61.11 | - |
| YUV | 138.59 | 166.04 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 206 | 0 | 0.63 | 0.08 | 0.12 | 307.61 | 0.7 | 0.6 |
| Hex | E0 | 52 | CE | 0 | 3F | 8 | C | 134 | 46 | 3C |
| Octal | 340 | 122 | 316 | 0 | 77 | 10 | 14 | 464 | 106 | 74 |
| Binary | 11100000 | 1010010 | 11001110 | 0 | 111111 | 1000 | 1100 | 100110100 | 1000110 | 111100 |
Color Harmonies of #E052CE
Complementary color
Monochromatic Colors of #E052CE
Black with #E052CE
Text Example
Text Example
White with #E052CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E052CE; }
p { color: rgb(224,82,206); }
H1.HeaderClassName
{
color: #E052CE;
}
.AnyTagClassName
{
color: #E052CE;
}
</style>
background-color css
<style>
a { background-color: #E052CE; }
a { background-color: rgb(224,82,206); }
div.DivClassName
{
background-color: #E052CE;
}
.BgClassName
{
background-color: #E052CE;
}
</style>
border-color css
<style>
span { border-color: #E052CE; }
span { border-color: rgb(224,82,206); }
td.TdClassName
{
border-color: #E052CE;
}
.TagClassName
{
border-color: #E052CE;
}
</style>