Html Css Color HEX #E15EC3 Free Speech Magenta
📋 copy color: '#E15EC3'red 225 ◦ green 94 ◦ blue 195
Shades of Free Speech Magenta #E15EC3
Tints of Free Speech Magenta #E15EC3
RGB
CMYK
RGB Variations
Color information
#E15EC3 (or 0xE15EC3) is known color: Free Speech Magenta. HEX triplet: E1, 5E and C3. RGB value is (225,94,195). Sum of RGB (Red+Green+Blue) = 225+94+195=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EC3 is #1EA13C. Grayscale: #909090. Windows color (decimal): -2007357 or 12803809. OLE color: 12803809.
HSL color Cylindrical-coordinate representation of color #E15EC3: hue angle of 313.74º 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 #E15EC3 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 195 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.12 |
| HSL | 313.74º | 0.69% | 0.63% | - |
| HSV(B) | 313.74º | 0.58% | 0.88% | - |
| XYZ | 44.9 | 27.95 | 54.66 | - |
| YUV | 144.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 195 | 0 | 0.58 | 0.13 | 0.12 | 313.74 | 0.69 | 0.63 |
| Hex | E1 | 5E | C3 | 0 | 3A | D | C | 13A | 45 | 3F |
| Octal | 341 | 136 | 303 | 0 | 72 | 15 | 14 | 472 | 105 | 77 |
| Binary | 11100001 | 1011110 | 11000011 | 0 | 111010 | 1101 | 1100 | 100111010 | 1000101 | 111111 |
Color Harmonies of #E15EC3
Complementary color
Monochromatic Colors of #E15EC3
Black with #E15EC3
Text Example
Text Example
White with #E15EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EC3; }
p { color: rgb(225,94,195); }
H1.HeaderClassName
{
color: #E15EC3;
}
.AnyTagClassName
{
color: #E15EC3;
}
</style>
background-color css
<style>
a { background-color: #E15EC3; }
a { background-color: rgb(225,94,195); }
div.DivClassName
{
background-color: #E15EC3;
}
.BgClassName
{
background-color: #E15EC3;
}
</style>
border-color css
<style>
span { border-color: #E15EC3; }
span { border-color: rgb(225,94,195); }
td.TdClassName
{
border-color: #E15EC3;
}
.TagClassName
{
border-color: #E15EC3;
}
</style>