Html Css Color HEX #E15ABB Free Speech Magenta
📋 copy color: '#E15ABB'red 225 ◦ green 90 ◦ blue 187
Shades of Free Speech Magenta #E15ABB
Tints of Free Speech Magenta #E15ABB
RGB
CMYK
RGB Variations
Color information
#E15ABB (or 0xE15ABB) is known color: Free Speech Magenta. HEX triplet: E1, 5A and BB. RGB value is (225,90,187). Sum of RGB (Red+Green+Blue) = 225+90+187=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ABB is #1EA544. Grayscale: #8D8D8D. Windows color (decimal): -2008389 or 12278497. OLE color: 12278497.
HSL color Cylindrical-coordinate representation of color #E15ABB: hue angle of 316.89º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15ABB is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 187 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.12 |
| HSL | 316.89º | 0.69% | 0.62% | - |
| HSV(B) | 316.89º | 0.6% | 0.88% | - |
| XYZ | 43.68 | 26.91 | 49.91 | - |
| YUV | 141.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 187 | 0 | 0.60 | 0.17 | 0.12 | 316.89 | 0.69 | 0.62 |
| Hex | E1 | 5A | BB | 0 | 3C | 11 | C | 13D | 45 | 3E |
| Octal | 341 | 132 | 273 | 0 | 74 | 21 | 14 | 475 | 105 | 76 |
| Binary | 11100001 | 1011010 | 10111011 | 0 | 111100 | 10001 | 1100 | 100111101 | 1000101 | 111110 |
Color Harmonies of #E15ABB
Complementary color
Monochromatic Colors of #E15ABB
Black with #E15ABB
Text Example
Text Example
White with #E15ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15ABB; }
p { color: rgb(225,90,187); }
H1.HeaderClassName
{
color: #E15ABB;
}
.AnyTagClassName
{
color: #E15ABB;
}
</style>
background-color css
<style>
a { background-color: #E15ABB; }
a { background-color: rgb(225,90,187); }
div.DivClassName
{
background-color: #E15ABB;
}
.BgClassName
{
background-color: #E15ABB;
}
</style>
border-color css
<style>
span { border-color: #E15ABB; }
span { border-color: rgb(225,90,187); }
td.TdClassName
{
border-color: #E15ABB;
}
.TagClassName
{
border-color: #E15ABB;
}
</style>