Html Css Color HEX #E061C5 Free Speech Magenta
📋 copy color: '#E061C5'red 224 ◦ green 97 ◦ blue 197
Shades of Free Speech Magenta #E061C5
Tints of Free Speech Magenta #E061C5
RGB
CMYK
RGB Variations
Color information
#E061C5 (or 0xE061C5) is known color: Free Speech Magenta. HEX triplet: E0, 61 and C5. RGB value is (224,97,197). Sum of RGB (Red+Green+Blue) = 224+97+197=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E061C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061C5 is #1F9E3A. Grayscale: #929292. Windows color (decimal): -2072123 or 12935648. OLE color: 12935648.
HSL color Cylindrical-coordinate representation of color #E061C5: hue angle of 312.76º 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 #E061C5 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 197 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.12 |
| HSL | 312.76º | 0.67% | 0.63% | - |
| HSV(B) | 312.76º | 0.57% | 0.88% | - |
| XYZ | 45.09 | 28.43 | 55.93 | - |
| YUV | 146.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 197 | 0 | 0.57 | 0.12 | 0.12 | 312.76 | 0.67 | 0.63 |
| Hex | E0 | 61 | C5 | 0 | 39 | C | C | 139 | 43 | 3F |
| Octal | 340 | 141 | 305 | 0 | 71 | 14 | 14 | 471 | 103 | 77 |
| Binary | 11100000 | 1100001 | 11000101 | 0 | 111001 | 1100 | 1100 | 100111001 | 1000011 | 111111 |
Color Harmonies of #E061C5
Complementary color
Monochromatic Colors of #E061C5
Black with #E061C5
Text Example
Text Example
White with #E061C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E061C5; }
p { color: rgb(224,97,197); }
H1.HeaderClassName
{
color: #E061C5;
}
.AnyTagClassName
{
color: #E061C5;
}
</style>
background-color css
<style>
a { background-color: #E061C5; }
a { background-color: rgb(224,97,197); }
div.DivClassName
{
background-color: #E061C5;
}
.BgClassName
{
background-color: #E061C5;
}
</style>
border-color css
<style>
span { border-color: #E061C5; }
span { border-color: rgb(224,97,197); }
td.TdClassName
{
border-color: #E061C5;
}
.TagClassName
{
border-color: #E061C5;
}
</style>