Html Css Color HEX #E45ABA Free Speech Magenta
📋 copy color: '#E45ABA'red 228 ◦ green 90 ◦ blue 186
Shades of Free Speech Magenta #E45ABA
Tints of Free Speech Magenta #E45ABA
RGB
CMYK
RGB Variations
Color information
#E45ABA (or 0xE45ABA) is known color: Free Speech Magenta. HEX triplet: E4, 5A and BA. RGB value is (228,90,186). Sum of RGB (Red+Green+Blue) = 228+90+186=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 228 - color contains mainly: red. Hex color #E45ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45ABA is #1BA545. Grayscale: #8D8D8D. Windows color (decimal): -1811782 or 12212964. OLE color: 12212964.
HSL color Cylindrical-coordinate representation of color #E45ABA: hue angle of 318.26º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45ABA is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 186 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.11 |
| HSL | 318.26º | 0.72% | 0.62% | - |
| HSV(B) | 318.26º | 0.61% | 0.89% | - |
| XYZ | 44.51 | 27.35 | 49.39 | - |
| YUV | 142.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 186 | 0 | 0.61 | 0.18 | 0.11 | 318.26 | 0.72 | 0.62 |
| Hex | E4 | 5A | BA | 0 | 3D | 12 | B | 13E | 48 | 3E |
| Octal | 344 | 132 | 272 | 0 | 75 | 22 | 13 | 476 | 110 | 76 |
| Binary | 11100100 | 1011010 | 10111010 | 0 | 111101 | 10010 | 1011 | 100111110 | 1001000 | 111110 |
Color Harmonies of #E45ABA
Complementary color
Monochromatic Colors of #E45ABA
Black with #E45ABA
Text Example
Text Example
White with #E45ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45ABA; }
p { color: rgb(228,90,186); }
H1.HeaderClassName
{
color: #E45ABA;
}
.AnyTagClassName
{
color: #E45ABA;
}
</style>
background-color css
<style>
a { background-color: #E45ABA; }
a { background-color: rgb(228,90,186); }
div.DivClassName
{
background-color: #E45ABA;
}
.BgClassName
{
background-color: #E45ABA;
}
</style>
border-color css
<style>
span { border-color: #E45ABA; }
span { border-color: rgb(228,90,186); }
td.TdClassName
{
border-color: #E45ABA;
}
.TagClassName
{
border-color: #E45ABA;
}
</style>