Html Css Color HEX #E062CE Free Speech Magenta
📋 copy color: '#E062CE'red 224 ◦ green 98 ◦ blue 206
Shades of Free Speech Magenta #E062CE
Tints of Free Speech Magenta #E062CE
RGB
CMYK
RGB Variations
Color information
#E062CE (or 0xE062CE) is known color: Free Speech Magenta. HEX triplet: E0, 62 and CE. RGB value is (224,98,206). Sum of RGB (Red+Green+Blue) = 224+98+206=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E062CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062CE is #1F9D31. Grayscale: #939393. Windows color (decimal): -2071858 or 13525728. OLE color: 13525728.
HSL color Cylindrical-coordinate representation of color #E062CE: hue angle of 308.57º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E062CE is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 206 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.12 |
| HSL | 308.57º | 0.67% | 0.63% | - |
| HSV(B) | 308.57º | 0.56% | 0.88% | - |
| XYZ | 46.25 | 29.04 | 61.56 | - |
| YUV | 147.99 | 160.74 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 206 | 0 | 0.56 | 0.08 | 0.12 | 308.57 | 0.67 | 0.63 |
| Hex | E0 | 62 | CE | 0 | 38 | 8 | C | 135 | 43 | 3F |
| Octal | 340 | 142 | 316 | 0 | 70 | 10 | 14 | 465 | 103 | 77 |
| Binary | 11100000 | 1100010 | 11001110 | 0 | 111000 | 1000 | 1100 | 100110101 | 1000011 | 111111 |
Color Harmonies of #E062CE
Complementary color
Monochromatic Colors of #E062CE
Black with #E062CE
Text Example
Text Example
White with #E062CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062CE; }
p { color: rgb(224,98,206); }
H1.HeaderClassName
{
color: #E062CE;
}
.AnyTagClassName
{
color: #E062CE;
}
</style>
background-color css
<style>
a { background-color: #E062CE; }
a { background-color: rgb(224,98,206); }
div.DivClassName
{
background-color: #E062CE;
}
.BgClassName
{
background-color: #E062CE;
}
</style>
border-color css
<style>
span { border-color: #E062CE; }
span { border-color: rgb(224,98,206); }
td.TdClassName
{
border-color: #E062CE;
}
.TagClassName
{
border-color: #E062CE;
}
</style>