Html Css Color HEX #E155E8 Free Speech Magenta
📋 copy color: '#E155E8'red 225 ◦ green 85 ◦ blue 232
Shades of Free Speech Magenta #E155E8
Tints of Free Speech Magenta #E155E8
RGB
CMYK
RGB Variations
Color information
#E155E8 (or 0xE155E8) is known color: Free Speech Magenta. HEX triplet: E1, 55 and E8. RGB value is (225,85,232). Sum of RGB (Red+Green+Blue) = 225+85+232=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #E155E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155E8 is #1EAA17. Grayscale: #8F8F8F. Windows color (decimal): -2009624 or 15226337. OLE color: 15226337.
HSL color Cylindrical-coordinate representation of color #E155E8: hue angle of 297.14º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E155E8 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 85 | 232 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.09 |
| HSL | 297.14º | 0.76% | 0.62% | - |
| HSV(B) | 297.14º | 0.63% | 0.91% | - |
| XYZ | 48.87 | 28.33 | 79.24 | - |
| YUV | 143.62 | 177.88 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 232 | 0.03 | 0.63 | 0 | 0.09 | 297.14 | 0.76 | 0.62 |
| Hex | E1 | 55 | E8 | 3 | 3F | 0 | 9 | 129 | 4C | 3E |
| Octal | 341 | 125 | 350 | 3 | 77 | 0 | 11 | 451 | 114 | 76 |
| Binary | 11100001 | 1010101 | 11101000 | 11 | 111111 | 0 | 1001 | 100101001 | 1001100 | 111110 |
Color Harmonies of #E155E8
Complementary color
Monochromatic Colors of #E155E8
Black with #E155E8
Text Example
Text Example
White with #E155E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155E8; }
p { color: rgb(225,85,232); }
H1.HeaderClassName
{
color: #E155E8;
}
.AnyTagClassName
{
color: #E155E8;
}
</style>
background-color css
<style>
a { background-color: #E155E8; }
a { background-color: rgb(225,85,232); }
div.DivClassName
{
background-color: #E155E8;
}
.BgClassName
{
background-color: #E155E8;
}
</style>
border-color css
<style>
span { border-color: #E155E8; }
span { border-color: rgb(225,85,232); }
td.TdClassName
{
border-color: #E155E8;
}
.TagClassName
{
border-color: #E155E8;
}
</style>