Html Css Color HEX #E061C0 Free Speech Magenta
📋 copy color: '#E061C0'red 224 ◦ green 97 ◦ blue 192
Shades of Free Speech Magenta #E061C0
Tints of Free Speech Magenta #E061C0
RGB
CMYK
RGB Variations
Color information
#E061C0 (or 0xE061C0) is known color: Free Speech Magenta. HEX triplet: E0, 61 and C0. RGB value is (224,97,192). Sum of RGB (Red+Green+Blue) = 224+97+192=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E061C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061C0 is #1F9E3F. Grayscale: #919191. Windows color (decimal): -2072128 or 12607968. OLE color: 12607968.
HSL color Cylindrical-coordinate representation of color #E061C0: hue angle of 315.12º 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 #E061C0 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 192 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.12 |
| HSL | 315.12º | 0.67% | 0.63% | - |
| HSV(B) | 315.12º | 0.57% | 0.88% | - |
| XYZ | 44.53 | 28.2 | 52.97 | - |
| YUV | 145.8 | 154.08 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 192 | 0 | 0.57 | 0.14 | 0.12 | 315.12 | 0.67 | 0.63 |
| Hex | E0 | 61 | C0 | 0 | 39 | E | C | 13B | 43 | 3F |
| Octal | 340 | 141 | 300 | 0 | 71 | 16 | 14 | 473 | 103 | 77 |
| Binary | 11100000 | 1100001 | 11000000 | 0 | 111001 | 1110 | 1100 | 100111011 | 1000011 | 111111 |
Color Harmonies of #E061C0
Complementary color
Monochromatic Colors of #E061C0
Black with #E061C0
Text Example
Text Example
White with #E061C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E061C0; }
p { color: rgb(224,97,192); }
H1.HeaderClassName
{
color: #E061C0;
}
.AnyTagClassName
{
color: #E061C0;
}
</style>
background-color css
<style>
a { background-color: #E061C0; }
a { background-color: rgb(224,97,192); }
div.DivClassName
{
background-color: #E061C0;
}
.BgClassName
{
background-color: #E061C0;
}
</style>
border-color css
<style>
span { border-color: #E061C0; }
span { border-color: rgb(224,97,192); }
td.TdClassName
{
border-color: #E061C0;
}
.TagClassName
{
border-color: #E061C0;
}
</style>