Html Css Color HEX #E060C6 Free Speech Magenta
📋 copy color: '#E060C6'red 224 ◦ green 96 ◦ blue 198
Shades of Free Speech Magenta #E060C6
Tints of Free Speech Magenta #E060C6
RGB
CMYK
RGB Variations
Color information
#E060C6 (or 0xE060C6) is known color: Free Speech Magenta. HEX triplet: E0, 60 and C6. RGB value is (224,96,198). Sum of RGB (Red+Green+Blue) = 224+96+198=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E060C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060C6 is #1F9F39. Grayscale: #919191. Windows color (decimal): -2072378 or 13000928. OLE color: 13000928.
HSL color Cylindrical-coordinate representation of color #E060C6: hue angle of 312.19º 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 #E060C6 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 198 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.12 |
| HSL | 312.19º | 0.67% | 0.63% | - |
| HSV(B) | 312.19º | 0.57% | 0.88% | - |
| XYZ | 45.12 | 28.29 | 56.51 | - |
| YUV | 145.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 198 | 0 | 0.57 | 0.12 | 0.12 | 312.19 | 0.67 | 0.63 |
| Hex | E0 | 60 | C6 | 0 | 39 | C | C | 138 | 43 | 3F |
| Octal | 340 | 140 | 306 | 0 | 71 | 14 | 14 | 470 | 103 | 77 |
| Binary | 11100000 | 1100000 | 11000110 | 0 | 111001 | 1100 | 1100 | 100111000 | 1000011 | 111111 |
Color Harmonies of #E060C6
Complementary color
Monochromatic Colors of #E060C6
Black with #E060C6
Text Example
Text Example
White with #E060C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060C6; }
p { color: rgb(224,96,198); }
H1.HeaderClassName
{
color: #E060C6;
}
.AnyTagClassName
{
color: #E060C6;
}
</style>
background-color css
<style>
a { background-color: #E060C6; }
a { background-color: rgb(224,96,198); }
div.DivClassName
{
background-color: #E060C6;
}
.BgClassName
{
background-color: #E060C6;
}
</style>
border-color css
<style>
span { border-color: #E060C6; }
span { border-color: rgb(224,96,198); }
td.TdClassName
{
border-color: #E060C6;
}
.TagClassName
{
border-color: #E060C6;
}
</style>