Html Css Color HEX #E060D5 Free Speech Magenta
📋 copy color: '#E060D5'red 224 ◦ green 96 ◦ blue 213
Shades of Free Speech Magenta #E060D5
Tints of Free Speech Magenta #E060D5
RGB
CMYK
RGB Variations
Color information
#E060D5 (or 0xE060D5) is known color: Free Speech Magenta. HEX triplet: E0, 60 and D5. RGB value is (224,96,213). Sum of RGB (Red+Green+Blue) = 224+96+213=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E060D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060D5 is #1F9F2A. Grayscale: #939393. Windows color (decimal): -2072363 or 13983968. OLE color: 13983968.
HSL color Cylindrical-coordinate representation of color #E060D5: hue angle of 305.16º 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 #E060D5 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 213 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.12 |
| HSL | 305.16º | 0.67% | 0.63% | - |
| HSV(B) | 305.16º | 0.57% | 0.88% | - |
| XYZ | 46.93 | 29.02 | 66.08 | - |
| YUV | 147.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 213 | 0 | 0.57 | 0.05 | 0.12 | 305.16 | 0.67 | 0.63 |
| Hex | E0 | 60 | D5 | 0 | 39 | 5 | C | 131 | 43 | 3F |
| Octal | 340 | 140 | 325 | 0 | 71 | 5 | 14 | 461 | 103 | 77 |
| Binary | 11100000 | 1100000 | 11010101 | 0 | 111001 | 101 | 1100 | 100110001 | 1000011 | 111111 |
Color Harmonies of #E060D5
Complementary color
Monochromatic Colors of #E060D5
Black with #E060D5
Text Example
Text Example
White with #E060D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060D5; }
p { color: rgb(224,96,213); }
H1.HeaderClassName
{
color: #E060D5;
}
.AnyTagClassName
{
color: #E060D5;
}
</style>
background-color css
<style>
a { background-color: #E060D5; }
a { background-color: rgb(224,96,213); }
div.DivClassName
{
background-color: #E060D5;
}
.BgClassName
{
background-color: #E060D5;
}
</style>
border-color css
<style>
span { border-color: #E060D5; }
span { border-color: rgb(224,96,213); }
td.TdClassName
{
border-color: #E060D5;
}
.TagClassName
{
border-color: #E060D5;
}
</style>