Html Css Color HEX #E061C8 Free Speech Magenta
📋 copy color: '#E061C8'red 224 ◦ green 97 ◦ blue 200
Shades of Free Speech Magenta #E061C8
Tints of Free Speech Magenta #E061C8
RGB
CMYK
RGB Variations
Color information
#E061C8 (or 0xE061C8) is known color: Free Speech Magenta. HEX triplet: E0, 61 and C8. RGB value is (224,97,200). Sum of RGB (Red+Green+Blue) = 224+97+200=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E061C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061C8 is #1F9E37. Grayscale: #929292. Windows color (decimal): -2072120 or 13132256. OLE color: 13132256.
HSL color Cylindrical-coordinate representation of color #E061C8: hue angle of 311.34º 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 #E061C8 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 200 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.12 |
| HSL | 311.34º | 0.67% | 0.63% | - |
| HSV(B) | 311.34º | 0.57% | 0.88% | - |
| XYZ | 45.44 | 28.57 | 57.76 | - |
| YUV | 146.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 200 | 0 | 0.57 | 0.11 | 0.12 | 311.34 | 0.67 | 0.63 |
| Hex | E0 | 61 | C8 | 0 | 39 | B | C | 137 | 43 | 3F |
| Octal | 340 | 141 | 310 | 0 | 71 | 13 | 14 | 467 | 103 | 77 |
| Binary | 11100000 | 1100001 | 11001000 | 0 | 111001 | 1011 | 1100 | 100110111 | 1000011 | 111111 |
Color Harmonies of #E061C8
Complementary color
Monochromatic Colors of #E061C8
Black with #E061C8
Text Example
Text Example
White with #E061C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E061C8; }
p { color: rgb(224,97,200); }
H1.HeaderClassName
{
color: #E061C8;
}
.AnyTagClassName
{
color: #E061C8;
}
</style>
background-color css
<style>
a { background-color: #E061C8; }
a { background-color: rgb(224,97,200); }
div.DivClassName
{
background-color: #E061C8;
}
.BgClassName
{
background-color: #E061C8;
}
</style>
border-color css
<style>
span { border-color: #E061C8; }
span { border-color: rgb(224,97,200); }
td.TdClassName
{
border-color: #E061C8;
}
.TagClassName
{
border-color: #E061C8;
}
</style>