Html Css Color HEX #E15EC7 Free Speech Magenta
📋 copy color: '#E15EC7'red 225 ◦ green 94 ◦ blue 199
Shades of Free Speech Magenta #E15EC7
Tints of Free Speech Magenta #E15EC7
RGB
CMYK
RGB Variations
Color information
#E15EC7 (or 0xE15EC7) is known color: Free Speech Magenta. HEX triplet: E1, 5E and C7. RGB value is (225,94,199). Sum of RGB (Red+Green+Blue) = 225+94+199=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EC7 is #1EA138. Grayscale: #909090. Windows color (decimal): -2007353 or 13065953. OLE color: 13065953.
HSL color Cylindrical-coordinate representation of color #E15EC7: hue angle of 311.91º 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 #E15EC7 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 199 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.12 |
| HSL | 311.91º | 0.69% | 0.63% | - |
| HSV(B) | 311.91º | 0.58% | 0.88% | - |
| XYZ | 45.36 | 28.14 | 57.07 | - |
| YUV | 145.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 199 | 0 | 0.58 | 0.12 | 0.12 | 311.91 | 0.69 | 0.63 |
| Hex | E1 | 5E | C7 | 0 | 3A | C | C | 138 | 45 | 3F |
| Octal | 341 | 136 | 307 | 0 | 72 | 14 | 14 | 470 | 105 | 77 |
| Binary | 11100001 | 1011110 | 11000111 | 0 | 111010 | 1100 | 1100 | 100111000 | 1000101 | 111111 |
Color Harmonies of #E15EC7
Complementary color
Monochromatic Colors of #E15EC7
Black with #E15EC7
Text Example
Text Example
White with #E15EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EC7; }
p { color: rgb(225,94,199); }
H1.HeaderClassName
{
color: #E15EC7;
}
.AnyTagClassName
{
color: #E15EC7;
}
</style>
background-color css
<style>
a { background-color: #E15EC7; }
a { background-color: rgb(225,94,199); }
div.DivClassName
{
background-color: #E15EC7;
}
.BgClassName
{
background-color: #E15EC7;
}
</style>
border-color css
<style>
span { border-color: #E15EC7; }
span { border-color: rgb(225,94,199); }
td.TdClassName
{
border-color: #E15EC7;
}
.TagClassName
{
border-color: #E15EC7;
}
</style>