Html Css Color HEX #E15CE5 Free Speech Magenta
📋 copy color: '#E15CE5'red 225 ◦ green 92 ◦ blue 229
Shades of Free Speech Magenta #E15CE5
Tints of Free Speech Magenta #E15CE5
RGB
CMYK
RGB Variations
Color information
#E15CE5 (or 0xE15CE5) is known color: Free Speech Magenta. HEX triplet: E1, 5C and E5. RGB value is (225,92,229). Sum of RGB (Red+Green+Blue) = 225+92+229=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #E15CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CE5 is #1EA31A. Grayscale: #929292. Windows color (decimal): -2007835 or 15031521. OLE color: 15031521.
HSL color Cylindrical-coordinate representation of color #E15CE5: hue angle of 298.25º degrees, saturation: 0.72, 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 #E15CE5 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 92 | 229 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.10 |
| HSL | 298.25º | 0.72% | 0.63% | - |
| HSV(B) | 298.25º | 0.6% | 0.9% | - |
| XYZ | 49.02 | 29.32 | 77.2 | - |
| YUV | 147.39 | 174.06 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 229 | 0.02 | 0.60 | 0 | 0.10 | 298.25 | 0.72 | 0.63 |
| Hex | E1 | 5C | E5 | 2 | 3C | 0 | A | 12A | 48 | 3F |
| Octal | 341 | 134 | 345 | 2 | 74 | 0 | 12 | 452 | 110 | 77 |
| Binary | 11100001 | 1011100 | 11100101 | 10 | 111100 | 0 | 1010 | 100101010 | 1001000 | 111111 |
Color Harmonies of #E15CE5
Complementary color
Monochromatic Colors of #E15CE5
Black with #E15CE5
Text Example
Text Example
White with #E15CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15CE5; }
p { color: rgb(225,92,229); }
H1.HeaderClassName
{
color: #E15CE5;
}
.AnyTagClassName
{
color: #E15CE5;
}
</style>
background-color css
<style>
a { background-color: #E15CE5; }
a { background-color: rgb(225,92,229); }
div.DivClassName
{
background-color: #E15CE5;
}
.BgClassName
{
background-color: #E15CE5;
}
</style>
border-color css
<style>
span { border-color: #E15CE5; }
span { border-color: rgb(225,92,229); }
td.TdClassName
{
border-color: #E15CE5;
}
.TagClassName
{
border-color: #E15CE5;
}
</style>