Html Css Color HEX #E15EC0 Free Speech Magenta
📋 copy color: '#E15EC0'red 225 ◦ green 94 ◦ blue 192
Shades of Free Speech Magenta #E15EC0
Tints of Free Speech Magenta #E15EC0
RGB
CMYK
RGB Variations
Color information
#E15EC0 (or 0xE15EC0) is known color: Free Speech Magenta. HEX triplet: E1, 5E and C0. RGB value is (225,94,192). Sum of RGB (Red+Green+Blue) = 225+94+192=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EC0 is #1EA13F. Grayscale: #909090. Windows color (decimal): -2007360 or 12607201. OLE color: 12607201.
HSL color Cylindrical-coordinate representation of color #E15EC0: hue angle of 315.11º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15EC0 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 192 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.12 |
| HSL | 315.11º | 0.69% | 0.63% | - |
| HSV(B) | 315.11º | 0.58% | 0.88% | - |
| XYZ | 44.57 | 27.82 | 52.89 | - |
| YUV | 144.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 192 | 0 | 0.58 | 0.15 | 0.12 | 315.11 | 0.69 | 0.63 |
| Hex | E1 | 5E | C0 | 0 | 3A | F | C | 13B | 45 | 3F |
| Octal | 341 | 136 | 300 | 0 | 72 | 17 | 14 | 473 | 105 | 77 |
| Binary | 11100001 | 1011110 | 11000000 | 0 | 111010 | 1111 | 1100 | 100111011 | 1000101 | 111111 |
Color Harmonies of #E15EC0
Complementary color
Monochromatic Colors of #E15EC0
Black with #E15EC0
Text Example
Text Example
White with #E15EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EC0; }
p { color: rgb(225,94,192); }
H1.HeaderClassName
{
color: #E15EC0;
}
.AnyTagClassName
{
color: #E15EC0;
}
</style>
background-color css
<style>
a { background-color: #E15EC0; }
a { background-color: rgb(225,94,192); }
div.DivClassName
{
background-color: #E15EC0;
}
.BgClassName
{
background-color: #E15EC0;
}
</style>
border-color css
<style>
span { border-color: #E15EC0; }
span { border-color: rgb(225,94,192); }
td.TdClassName
{
border-color: #E15EC0;
}
.TagClassName
{
border-color: #E15EC0;
}
</style>