Html Css Color HEX #E059CE Free Speech Magenta
📋 copy color: '#E059CE'red 224 ◦ green 89 ◦ blue 206
Shades of Free Speech Magenta #E059CE
Tints of Free Speech Magenta #E059CE
RGB
CMYK
RGB Variations
Color information
#E059CE (or 0xE059CE) is known color: Free Speech Magenta. HEX triplet: E0, 59 and CE. RGB value is (224,89,206). Sum of RGB (Red+Green+Blue) = 224+89+206=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E059CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E059CE is #1FA631. Grayscale: #8E8E8E. Windows color (decimal): -2074162 or 13523424. OLE color: 13523424.
HSL color Cylindrical-coordinate representation of color #E059CE: hue angle of 308º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E059CE is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 206 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.12 |
| HSL | 308º | 0.69% | 0.61% | - |
| HSV(B) | 308º | 0.6% | 0.88% | - |
| XYZ | 45.45 | 27.45 | 61.29 | - |
| YUV | 142.7 | 163.73 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 206 | 0 | 0.60 | 0.08 | 0.12 | 308 | 0.69 | 0.61 |
| Hex | E0 | 59 | CE | 0 | 3C | 8 | C | 134 | 45 | 3D |
| Octal | 340 | 131 | 316 | 0 | 74 | 10 | 14 | 464 | 105 | 75 |
| Binary | 11100000 | 1011001 | 11001110 | 0 | 111100 | 1000 | 1100 | 100110100 | 1000101 | 111101 |
Color Harmonies of #E059CE
Complementary color
Monochromatic Colors of #E059CE
Black with #E059CE
Text Example
Text Example
White with #E059CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E059CE; }
p { color: rgb(224,89,206); }
H1.HeaderClassName
{
color: #E059CE;
}
.AnyTagClassName
{
color: #E059CE;
}
</style>
background-color css
<style>
a { background-color: #E059CE; }
a { background-color: rgb(224,89,206); }
div.DivClassName
{
background-color: #E059CE;
}
.BgClassName
{
background-color: #E059CE;
}
</style>
border-color css
<style>
span { border-color: #E059CE; }
span { border-color: rgb(224,89,206); }
td.TdClassName
{
border-color: #E059CE;
}
.TagClassName
{
border-color: #E059CE;
}
</style>