Html Css Color HEX #E160C6 Free Speech Magenta
📋 copy color: '#E160C6'red 225 ◦ green 96 ◦ blue 198
Shades of Free Speech Magenta #E160C6
Tints of Free Speech Magenta #E160C6
RGB
CMYK
RGB Variations
Color information
#E160C6 (or 0xE160C6) is known color: Free Speech Magenta. HEX triplet: E1, 60 and C6. RGB value is (225,96,198). Sum of RGB (Red+Green+Blue) = 225+96+198=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E160C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E160C6 is #1E9F39. Grayscale: #919191. Windows color (decimal): -2006842 or 13000929. OLE color: 13000929.
HSL color Cylindrical-coordinate representation of color #E160C6: hue angle of 312.56º 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 #E160C6 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 198 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.12 |
| HSL | 312.56º | 0.68% | 0.63% | - |
| HSV(B) | 312.56º | 0.57% | 0.88% | - |
| XYZ | 45.43 | 28.45 | 56.52 | - |
| YUV | 146.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 198 | 0 | 0.57 | 0.12 | 0.12 | 312.56 | 0.68 | 0.63 |
| Hex | E1 | 60 | C6 | 0 | 39 | C | C | 139 | 44 | 3F |
| Octal | 341 | 140 | 306 | 0 | 71 | 14 | 14 | 471 | 104 | 77 |
| Binary | 11100001 | 1100000 | 11000110 | 0 | 111001 | 1100 | 1100 | 100111001 | 1000100 | 111111 |
Color Harmonies of #E160C6
Complementary color
Monochromatic Colors of #E160C6
Black with #E160C6
Text Example
Text Example
White with #E160C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E160C6; }
p { color: rgb(225,96,198); }
H1.HeaderClassName
{
color: #E160C6;
}
.AnyTagClassName
{
color: #E160C6;
}
</style>
background-color css
<style>
a { background-color: #E160C6; }
a { background-color: rgb(225,96,198); }
div.DivClassName
{
background-color: #E160C6;
}
.BgClassName
{
background-color: #E160C6;
}
</style>
border-color css
<style>
span { border-color: #E160C6; }
span { border-color: rgb(225,96,198); }
td.TdClassName
{
border-color: #E160C6;
}
.TagClassName
{
border-color: #E160C6;
}
</style>