Html Css Color HEX #E053CE Free Speech Magenta
📋 copy color: '#E053CE'red 224 ◦ green 83 ◦ blue 206
Shades of Free Speech Magenta #E053CE
Tints of Free Speech Magenta #E053CE
RGB
CMYK
RGB Variations
Color information
#E053CE (or 0xE053CE) is known color: Free Speech Magenta. HEX triplet: E0, 53 and CE. RGB value is (224,83,206). Sum of RGB (Red+Green+Blue) = 224+83+206=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E053CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053CE is #1FAC31. Grayscale: #8A8A8A. Windows color (decimal): -2075698 or 13521888. OLE color: 13521888.
HSL color Cylindrical-coordinate representation of color #E053CE: hue angle of 307.66º degrees, saturation: 0.69, 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 #E053CE is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 206 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.12 |
| HSL | 307.66º | 0.69% | 0.6% | - |
| HSV(B) | 307.66º | 0.63% | 0.88% | - |
| XYZ | 44.97 | 26.49 | 61.14 | - |
| YUV | 139.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 206 | 0 | 0.63 | 0.08 | 0.12 | 307.66 | 0.69 | 0.6 |
| Hex | E0 | 53 | CE | 0 | 3F | 8 | C | 134 | 45 | 3C |
| Octal | 340 | 123 | 316 | 0 | 77 | 10 | 14 | 464 | 105 | 74 |
| Binary | 11100000 | 1010011 | 11001110 | 0 | 111111 | 1000 | 1100 | 100110100 | 1000101 | 111100 |
Color Harmonies of #E053CE
Complementary color
Monochromatic Colors of #E053CE
Black with #E053CE
Text Example
Text Example
White with #E053CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E053CE; }
p { color: rgb(224,83,206); }
H1.HeaderClassName
{
color: #E053CE;
}
.AnyTagClassName
{
color: #E053CE;
}
</style>
background-color css
<style>
a { background-color: #E053CE; }
a { background-color: rgb(224,83,206); }
div.DivClassName
{
background-color: #E053CE;
}
.BgClassName
{
background-color: #E053CE;
}
</style>
border-color css
<style>
span { border-color: #E053CE; }
span { border-color: rgb(224,83,206); }
td.TdClassName
{
border-color: #E053CE;
}
.TagClassName
{
border-color: #E053CE;
}
</style>