Html Css Color HEX #E155EC Free Speech Magenta
📋 copy color: '#E155EC'red 225 ◦ green 85 ◦ blue 236
Shades of Free Speech Magenta #E155EC
Tints of Free Speech Magenta #E155EC
RGB
CMYK
RGB Variations
Color information
#E155EC (or 0xE155EC) is known color: Free Speech Magenta. HEX triplet: E1, 55 and EC. RGB value is (225,85,236). Sum of RGB (Red+Green+Blue) = 225+85+236=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #E155EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155EC is #1EAA13. Grayscale: #8F8F8F. Windows color (decimal): -2009620 or 15488481. OLE color: 15488481.
HSL color Cylindrical-coordinate representation of color #E155EC: hue angle of 295.63º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E155EC is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 85 | 236 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.07 |
| HSL | 295.63º | 0.8% | 0.63% | - |
| HSV(B) | 295.63º | 0.64% | 0.93% | - |
| XYZ | 49.44 | 28.56 | 82.26 | - |
| YUV | 144.07 | 179.88 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 236 | 0.05 | 0.64 | 0 | 0.07 | 295.63 | 0.8 | 0.63 |
| Hex | E1 | 55 | EC | 5 | 40 | 0 | 7 | 128 | 50 | 3F |
| Octal | 341 | 125 | 354 | 5 | 100 | 0 | 7 | 450 | 120 | 77 |
| Binary | 11100001 | 1010101 | 11101100 | 101 | 1000000 | 0 | 111 | 100101000 | 1010000 | 111111 |
Color Harmonies of #E155EC
Complementary color
Monochromatic Colors of #E155EC
Black with #E155EC
Text Example
Text Example
White with #E155EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155EC; }
p { color: rgb(225,85,236); }
H1.HeaderClassName
{
color: #E155EC;
}
.AnyTagClassName
{
color: #E155EC;
}
</style>
background-color css
<style>
a { background-color: #E155EC; }
a { background-color: rgb(225,85,236); }
div.DivClassName
{
background-color: #E155EC;
}
.BgClassName
{
background-color: #E155EC;
}
</style>
border-color css
<style>
span { border-color: #E155EC; }
span { border-color: rgb(225,85,236); }
td.TdClassName
{
border-color: #E155EC;
}
.TagClassName
{
border-color: #E155EC;
}
</style>