Html Css Color HEX #E15CE4 Free Speech Magenta
📋 copy color: '#E15CE4'red 225 ◦ green 92 ◦ blue 228
Shades of Free Speech Magenta #E15CE4
Tints of Free Speech Magenta #E15CE4
RGB
CMYK
RGB Variations
Color information
#E15CE4 (or 0xE15CE4) is known color: Free Speech Magenta. HEX triplet: E1, 5C and E4. RGB value is (225,92,228). Sum of RGB (Red+Green+Blue) = 225+92+228=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #E15CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CE4 is #1EA31B. Grayscale: #929292. Windows color (decimal): -2007836 or 14965985. OLE color: 14965985.
HSL color Cylindrical-coordinate representation of color #E15CE4: hue angle of 298.68º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15CE4 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 92 | 228 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.11 |
| HSL | 298.68º | 0.72% | 0.63% | - |
| HSV(B) | 298.68º | 0.6% | 0.89% | - |
| XYZ | 48.88 | 29.26 | 76.47 | - |
| YUV | 147.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 228 | 0.01 | 0.60 | 0 | 0.11 | 298.68 | 0.72 | 0.63 |
| Hex | E1 | 5C | E4 | 1 | 3C | 0 | B | 12B | 48 | 3F |
| Octal | 341 | 134 | 344 | 1 | 74 | 0 | 13 | 453 | 110 | 77 |
| Binary | 11100001 | 1011100 | 11100100 | 1 | 111100 | 0 | 1011 | 100101011 | 1001000 | 111111 |
Color Harmonies of #E15CE4
Complementary color
Monochromatic Colors of #E15CE4
Black with #E15CE4
Text Example
Text Example
White with #E15CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15CE4; }
p { color: rgb(225,92,228); }
H1.HeaderClassName
{
color: #E15CE4;
}
.AnyTagClassName
{
color: #E15CE4;
}
</style>
background-color css
<style>
a { background-color: #E15CE4; }
a { background-color: rgb(225,92,228); }
div.DivClassName
{
background-color: #E15CE4;
}
.BgClassName
{
background-color: #E15CE4;
}
</style>
border-color css
<style>
span { border-color: #E15CE4; }
span { border-color: rgb(225,92,228); }
td.TdClassName
{
border-color: #E15CE4;
}
.TagClassName
{
border-color: #E15CE4;
}
</style>