Html Css Color HEX #E160C9 Free Speech Magenta
📋 copy color: '#E160C9'red 225 ◦ green 96 ◦ blue 201
Shades of Free Speech Magenta #E160C9
Tints of Free Speech Magenta #E160C9
RGB
CMYK
RGB Variations
Color information
#E160C9 (or 0xE160C9) is known color: Free Speech Magenta. HEX triplet: E1, 60 and C9. RGB value is (225,96,201). Sum of RGB (Red+Green+Blue) = 225+96+201=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E160C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E160C9 is #1E9F36. Grayscale: #929292. Windows color (decimal): -2006839 or 13197537. OLE color: 13197537.
HSL color Cylindrical-coordinate representation of color #E160C9: hue angle of 311.16º degrees, saturation: 0.68, 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 #E160C9 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 201 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.12 |
| HSL | 311.16º | 0.68% | 0.63% | - |
| HSV(B) | 311.16º | 0.57% | 0.88% | - |
| XYZ | 45.78 | 28.59 | 58.36 | - |
| YUV | 146.54 | 158.74 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 201 | 0 | 0.57 | 0.11 | 0.12 | 311.16 | 0.68 | 0.63 |
| Hex | E1 | 60 | C9 | 0 | 39 | B | C | 137 | 44 | 3F |
| Octal | 341 | 140 | 311 | 0 | 71 | 13 | 14 | 467 | 104 | 77 |
| Binary | 11100001 | 1100000 | 11001001 | 0 | 111001 | 1011 | 1100 | 100110111 | 1000100 | 111111 |
Color Harmonies of #E160C9
Complementary color
Monochromatic Colors of #E160C9
Black with #E160C9
Text Example
Text Example
White with #E160C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E160C9; }
p { color: rgb(225,96,201); }
H1.HeaderClassName
{
color: #E160C9;
}
.AnyTagClassName
{
color: #E160C9;
}
</style>
background-color css
<style>
a { background-color: #E160C9; }
a { background-color: rgb(225,96,201); }
div.DivClassName
{
background-color: #E160C9;
}
.BgClassName
{
background-color: #E160C9;
}
</style>
border-color css
<style>
span { border-color: #E160C9; }
span { border-color: rgb(225,96,201); }
td.TdClassName
{
border-color: #E160C9;
}
.TagClassName
{
border-color: #E160C9;
}
</style>