Html Css Color HEX #E05ABB Free Speech Magenta
📋 copy color: '#E05ABB'red 224 ◦ green 90 ◦ blue 187
Shades of Free Speech Magenta #E05ABB
Tints of Free Speech Magenta #E05ABB
RGB
CMYK
RGB Variations
Color information
#E05ABB (or 0xE05ABB) is known color: Free Speech Magenta. HEX triplet: E0, 5A and BB. RGB value is (224,90,187). Sum of RGB (Red+Green+Blue) = 224+90+187=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E05ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05ABB is #1FA544. Grayscale: #8C8C8C. Windows color (decimal): -2073925 or 12278496. OLE color: 12278496.
HSL color Cylindrical-coordinate representation of color #E05ABB: hue angle of 316.57º degrees, saturation: 0.68, 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 #E05ABB is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 187 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.12 |
| HSL | 316.57º | 0.68% | 0.62% | - |
| HSV(B) | 316.57º | 0.6% | 0.88% | - |
| XYZ | 43.37 | 26.75 | 49.89 | - |
| YUV | 141.12 | 153.89 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 187 | 0 | 0.60 | 0.17 | 0.12 | 316.57 | 0.68 | 0.62 |
| Hex | E0 | 5A | BB | 0 | 3C | 11 | C | 13D | 44 | 3E |
| Octal | 340 | 132 | 273 | 0 | 74 | 21 | 14 | 475 | 104 | 76 |
| Binary | 11100000 | 1011010 | 10111011 | 0 | 111100 | 10001 | 1100 | 100111101 | 1000100 | 111110 |
Color Harmonies of #E05ABB
Complementary color
Monochromatic Colors of #E05ABB
Black with #E05ABB
Text Example
Text Example
White with #E05ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05ABB; }
p { color: rgb(224,90,187); }
H1.HeaderClassName
{
color: #E05ABB;
}
.AnyTagClassName
{
color: #E05ABB;
}
</style>
background-color css
<style>
a { background-color: #E05ABB; }
a { background-color: rgb(224,90,187); }
div.DivClassName
{
background-color: #E05ABB;
}
.BgClassName
{
background-color: #E05ABB;
}
</style>
border-color css
<style>
span { border-color: #E05ABB; }
span { border-color: rgb(224,90,187); }
td.TdClassName
{
border-color: #E05ABB;
}
.TagClassName
{
border-color: #E05ABB;
}
</style>