Html Css Color HEX #E060D2 Free Speech Magenta
📋 copy color: '#E060D2'red 224 ◦ green 96 ◦ blue 210
Shades of Free Speech Magenta #E060D2
Tints of Free Speech Magenta #E060D2
RGB
CMYK
RGB Variations
Color information
#E060D2 (or 0xE060D2) is known color: Free Speech Magenta. HEX triplet: E0, 60 and D2. RGB value is (224,96,210). Sum of RGB (Red+Green+Blue) = 224+96+210=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E060D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060D2 is #1F9F2D. Grayscale: #929292. Windows color (decimal): -2072366 or 13787360. OLE color: 13787360.
HSL color Cylindrical-coordinate representation of color #E060D2: hue angle of 306.56º 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 #E060D2 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 210 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.12 |
| HSL | 306.56º | 0.67% | 0.63% | - |
| HSV(B) | 306.56º | 0.57% | 0.88% | - |
| XYZ | 46.56 | 28.87 | 64.09 | - |
| YUV | 147.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 210 | 0 | 0.57 | 0.06 | 0.12 | 306.56 | 0.67 | 0.63 |
| Hex | E0 | 60 | D2 | 0 | 39 | 6 | C | 133 | 43 | 3F |
| Octal | 340 | 140 | 322 | 0 | 71 | 6 | 14 | 463 | 103 | 77 |
| Binary | 11100000 | 1100000 | 11010010 | 0 | 111001 | 110 | 1100 | 100110011 | 1000011 | 111111 |
Color Harmonies of #E060D2
Complementary color
Monochromatic Colors of #E060D2
Black with #E060D2
Text Example
Text Example
White with #E060D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060D2; }
p { color: rgb(224,96,210); }
H1.HeaderClassName
{
color: #E060D2;
}
.AnyTagClassName
{
color: #E060D2;
}
</style>
background-color css
<style>
a { background-color: #E060D2; }
a { background-color: rgb(224,96,210); }
div.DivClassName
{
background-color: #E060D2;
}
.BgClassName
{
background-color: #E060D2;
}
</style>
border-color css
<style>
span { border-color: #E060D2; }
span { border-color: rgb(224,96,210); }
td.TdClassName
{
border-color: #E060D2;
}
.TagClassName
{
border-color: #E060D2;
}
</style>