Html Css Color HEX #E062CF Free Speech Magenta
📋 copy color: '#E062CF'red 224 ◦ green 98 ◦ blue 207
Shades of Free Speech Magenta #E062CF
Tints of Free Speech Magenta #E062CF
RGB
CMYK
RGB Variations
Color information
#E062CF (or 0xE062CF) is known color: Free Speech Magenta. HEX triplet: E0, 62 and CF. RGB value is (224,98,207). Sum of RGB (Red+Green+Blue) = 224+98+207=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E062CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062CF is #1F9D30. Grayscale: #939393. Windows color (decimal): -2071857 or 13591264. OLE color: 13591264.
HSL color Cylindrical-coordinate representation of color #E062CF: hue angle of 308.1º 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 #E062CF is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 207 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.12 |
| HSL | 308.1º | 0.67% | 0.63% | - |
| HSV(B) | 308.1º | 0.56% | 0.88% | - |
| XYZ | 46.37 | 29.09 | 62.2 | - |
| YUV | 148.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 207 | 0 | 0.56 | 0.08 | 0.12 | 308.1 | 0.67 | 0.63 |
| Hex | E0 | 62 | CF | 0 | 38 | 8 | C | 134 | 43 | 3F |
| Octal | 340 | 142 | 317 | 0 | 70 | 10 | 14 | 464 | 103 | 77 |
| Binary | 11100000 | 1100010 | 11001111 | 0 | 111000 | 1000 | 1100 | 100110100 | 1000011 | 111111 |
Color Harmonies of #E062CF
Complementary color
Monochromatic Colors of #E062CF
Black with #E062CF
Text Example
Text Example
White with #E062CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062CF; }
p { color: rgb(224,98,207); }
H1.HeaderClassName
{
color: #E062CF;
}
.AnyTagClassName
{
color: #E062CF;
}
</style>
background-color css
<style>
a { background-color: #E062CF; }
a { background-color: rgb(224,98,207); }
div.DivClassName
{
background-color: #E062CF;
}
.BgClassName
{
background-color: #E062CF;
}
</style>
border-color css
<style>
span { border-color: #E062CF; }
span { border-color: rgb(224,98,207); }
td.TdClassName
{
border-color: #E062CF;
}
.TagClassName
{
border-color: #E062CF;
}
</style>