Html Css Color HEX #E060D0 Free Speech Magenta
📋 copy color: '#E060D0'red 224 ◦ green 96 ◦ blue 208
Shades of Free Speech Magenta #E060D0
Tints of Free Speech Magenta #E060D0
RGB
CMYK
RGB Variations
Color information
#E060D0 (or 0xE060D0) is known color: Free Speech Magenta. HEX triplet: E0, 60 and D0. RGB value is (224,96,208). Sum of RGB (Red+Green+Blue) = 224+96+208=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E060D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060D0 is #1F9F2F. Grayscale: #929292. Windows color (decimal): -2072368 or 13656288. OLE color: 13656288.
HSL color Cylindrical-coordinate representation of color #E060D0: hue angle of 307.5º 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 #E060D0 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 208 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.12 |
| HSL | 307.5º | 0.67% | 0.63% | - |
| HSV(B) | 307.5º | 0.57% | 0.88% | - |
| XYZ | 46.31 | 28.77 | 62.79 | - |
| YUV | 147.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 208 | 0 | 0.57 | 0.07 | 0.12 | 307.5 | 0.67 | 0.63 |
| Hex | E0 | 60 | D0 | 0 | 39 | 7 | C | 134 | 43 | 3F |
| Octal | 340 | 140 | 320 | 0 | 71 | 7 | 14 | 464 | 103 | 77 |
| Binary | 11100000 | 1100000 | 11010000 | 0 | 111001 | 111 | 1100 | 100110100 | 1000011 | 111111 |
Color Harmonies of #E060D0
Complementary color
Monochromatic Colors of #E060D0
Black with #E060D0
Text Example
Text Example
White with #E060D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060D0; }
p { color: rgb(224,96,208); }
H1.HeaderClassName
{
color: #E060D0;
}
.AnyTagClassName
{
color: #E060D0;
}
</style>
background-color css
<style>
a { background-color: #E060D0; }
a { background-color: rgb(224,96,208); }
div.DivClassName
{
background-color: #E060D0;
}
.BgClassName
{
background-color: #E060D0;
}
</style>
border-color css
<style>
span { border-color: #E060D0; }
span { border-color: rgb(224,96,208); }
td.TdClassName
{
border-color: #E060D0;
}
.TagClassName
{
border-color: #E060D0;
}
</style>