Html Css Color HEX #E15CE6 Free Speech Magenta
📋 copy color: '#E15CE6'red 225 ◦ green 92 ◦ blue 230
Shades of Free Speech Magenta #E15CE6
Tints of Free Speech Magenta #E15CE6
RGB
CMYK
RGB Variations
Color information
#E15CE6 (or 0xE15CE6) is known color: Free Speech Magenta. HEX triplet: E1, 5C and E6. RGB value is (225,92,230). Sum of RGB (Red+Green+Blue) = 225+92+230=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #E15CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15CE6 is #1EA319. Grayscale: #939393. Windows color (decimal): -2007834 or 15097057. OLE color: 15097057.
HSL color Cylindrical-coordinate representation of color #E15CE6: hue angle of 297.83º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15CE6 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 92 | 230 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.10 |
| HSL | 297.83º | 0.73% | 0.63% | - |
| HSV(B) | 297.83º | 0.6% | 0.9% | - |
| XYZ | 49.16 | 29.38 | 77.94 | - |
| YUV | 147.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 230 | 0.02 | 0.60 | 0 | 0.10 | 297.83 | 0.73 | 0.63 |
| Hex | E1 | 5C | E6 | 2 | 3C | 0 | A | 12A | 49 | 3F |
| Octal | 341 | 134 | 346 | 2 | 74 | 0 | 12 | 452 | 111 | 77 |
| Binary | 11100001 | 1011100 | 11100110 | 10 | 111100 | 0 | 1010 | 100101010 | 1001001 | 111111 |
Color Harmonies of #E15CE6
Complementary color
Monochromatic Colors of #E15CE6
Black with #E15CE6
Text Example
Text Example
White with #E15CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15CE6; }
p { color: rgb(225,92,230); }
H1.HeaderClassName
{
color: #E15CE6;
}
.AnyTagClassName
{
color: #E15CE6;
}
</style>
background-color css
<style>
a { background-color: #E15CE6; }
a { background-color: rgb(225,92,230); }
div.DivClassName
{
background-color: #E15CE6;
}
.BgClassName
{
background-color: #E15CE6;
}
</style>
border-color css
<style>
span { border-color: #E15CE6; }
span { border-color: rgb(225,92,230); }
td.TdClassName
{
border-color: #E15CE6;
}
.TagClassName
{
border-color: #E15CE6;
}
</style>