Html Css Color HEX #E060CF Free Speech Magenta
📋 copy color: '#E060CF'red 224 ◦ green 96 ◦ blue 207
Shades of Free Speech Magenta #E060CF
Tints of Free Speech Magenta #E060CF
RGB
CMYK
RGB Variations
Color information
#E060CF (or 0xE060CF) is known color: Free Speech Magenta. HEX triplet: E0, 60 and CF. RGB value is (224,96,207). Sum of RGB (Red+Green+Blue) = 224+96+207=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E060CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060CF is #1F9F30. Grayscale: #929292. Windows color (decimal): -2072369 or 13590752. OLE color: 13590752.
HSL color Cylindrical-coordinate representation of color #E060CF: hue angle of 307.97º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E060CF is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 207 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.12 |
| HSL | 307.97º | 0.67% | 0.63% | - |
| HSV(B) | 307.97º | 0.57% | 0.88% | - |
| XYZ | 46.19 | 28.72 | 62.14 | - |
| YUV | 146.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 207 | 0 | 0.57 | 0.08 | 0.12 | 307.97 | 0.67 | 0.63 |
| Hex | E0 | 60 | CF | 0 | 39 | 8 | C | 134 | 43 | 3F |
| Octal | 340 | 140 | 317 | 0 | 71 | 10 | 14 | 464 | 103 | 77 |
| Binary | 11100000 | 1100000 | 11001111 | 0 | 111001 | 1000 | 1100 | 100110100 | 1000011 | 111111 |
Color Harmonies of #E060CF
Complementary color
Monochromatic Colors of #E060CF
Black with #E060CF
Text Example
Text Example
White with #E060CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060CF; }
p { color: rgb(224,96,207); }
H1.HeaderClassName
{
color: #E060CF;
}
.AnyTagClassName
{
color: #E060CF;
}
</style>
background-color css
<style>
a { background-color: #E060CF; }
a { background-color: rgb(224,96,207); }
div.DivClassName
{
background-color: #E060CF;
}
.BgClassName
{
background-color: #E060CF;
}
</style>
border-color css
<style>
span { border-color: #E060CF; }
span { border-color: rgb(224,96,207); }
td.TdClassName
{
border-color: #E060CF;
}
.TagClassName
{
border-color: #E060CF;
}
</style>