Html Css Color HEX #E05ABC Free Speech Magenta
📋 copy color: '#E05ABC'red 224 ◦ green 90 ◦ blue 188
Shades of Free Speech Magenta #E05ABC
Tints of Free Speech Magenta #E05ABC
RGB
CMYK
RGB Variations
Color information
#E05ABC (or 0xE05ABC) is known color: Free Speech Magenta. HEX triplet: E0, 5A and BC. RGB value is (224,90,188). Sum of RGB (Red+Green+Blue) = 224+90+188=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E05ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05ABC is #1FA543. Grayscale: #8C8C8C. Windows color (decimal): -2073924 or 12344032. OLE color: 12344032.
HSL color Cylindrical-coordinate representation of color #E05ABC: hue angle of 316.12º 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 #E05ABC is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 188 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.12 |
| HSL | 316.12º | 0.68% | 0.62% | - |
| HSV(B) | 316.12º | 0.6% | 0.88% | - |
| XYZ | 43.47 | 26.79 | 50.46 | - |
| YUV | 141.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 188 | 0 | 0.60 | 0.16 | 0.12 | 316.12 | 0.68 | 0.62 |
| Hex | E0 | 5A | BC | 0 | 3C | 10 | C | 13C | 44 | 3E |
| Octal | 340 | 132 | 274 | 0 | 74 | 20 | 14 | 474 | 104 | 76 |
| Binary | 11100000 | 1011010 | 10111100 | 0 | 111100 | 10000 | 1100 | 100111100 | 1000100 | 111110 |
Color Harmonies of #E05ABC
Complementary color
Monochromatic Colors of #E05ABC
Black with #E05ABC
Text Example
Text Example
White with #E05ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05ABC; }
p { color: rgb(224,90,188); }
H1.HeaderClassName
{
color: #E05ABC;
}
.AnyTagClassName
{
color: #E05ABC;
}
</style>
background-color css
<style>
a { background-color: #E05ABC; }
a { background-color: rgb(224,90,188); }
div.DivClassName
{
background-color: #E05ABC;
}
.BgClassName
{
background-color: #E05ABC;
}
</style>
border-color css
<style>
span { border-color: #E05ABC; }
span { border-color: rgb(224,90,188); }
td.TdClassName
{
border-color: #E05ABC;
}
.TagClassName
{
border-color: #E05ABC;
}
</style>