Html Css Color HEX #E15EC1 Free Speech Magenta
📋 copy color: '#E15EC1'red 225 ◦ green 94 ◦ blue 193
Shades of Free Speech Magenta #E15EC1
Tints of Free Speech Magenta #E15EC1
RGB
CMYK
RGB Variations
Color information
#E15EC1 (or 0xE15EC1) is known color: Free Speech Magenta. HEX triplet: E1, 5E and C1. RGB value is (225,94,193). Sum of RGB (Red+Green+Blue) = 225+94+193=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EC1 is #1EA13E. Grayscale: #909090. Windows color (decimal): -2007359 or 12672737. OLE color: 12672737.
HSL color Cylindrical-coordinate representation of color #E15EC1: hue angle of 314.66º 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 #E15EC1 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 193 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.12 |
| HSL | 314.66º | 0.69% | 0.63% | - |
| HSV(B) | 314.66º | 0.58% | 0.88% | - |
| XYZ | 44.68 | 27.86 | 53.48 | - |
| YUV | 144.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 193 | 0 | 0.58 | 0.14 | 0.12 | 314.66 | 0.69 | 0.63 |
| Hex | E1 | 5E | C1 | 0 | 3A | E | C | 13B | 45 | 3F |
| Octal | 341 | 136 | 301 | 0 | 72 | 16 | 14 | 473 | 105 | 77 |
| Binary | 11100001 | 1011110 | 11000001 | 0 | 111010 | 1110 | 1100 | 100111011 | 1000101 | 111111 |
Color Harmonies of #E15EC1
Complementary color
Monochromatic Colors of #E15EC1
Black with #E15EC1
Text Example
Text Example
White with #E15EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EC1; }
p { color: rgb(225,94,193); }
H1.HeaderClassName
{
color: #E15EC1;
}
.AnyTagClassName
{
color: #E15EC1;
}
</style>
background-color css
<style>
a { background-color: #E15EC1; }
a { background-color: rgb(225,94,193); }
div.DivClassName
{
background-color: #E15EC1;
}
.BgClassName
{
background-color: #E15EC1;
}
</style>
border-color css
<style>
span { border-color: #E15EC1; }
span { border-color: rgb(225,94,193); }
td.TdClassName
{
border-color: #E15EC1;
}
.TagClassName
{
border-color: #E15EC1;
}
</style>