Html Css Color HEX #E04ABB Free Speech Magenta
📋 copy color: '#E04ABB'red 224 ◦ green 74 ◦ blue 187
Shades of Free Speech Magenta #E04ABB
Tints of Free Speech Magenta #E04ABB
RGB
CMYK
RGB Variations
Color information
#E04ABB (or 0xE04ABB) is known color: Free Speech Magenta. HEX triplet: E0, 4A and BB. RGB value is (224,74,187). Sum of RGB (Red+Green+Blue) = 224+74+187=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ABB is #1FB544. Grayscale: #838383. Windows color (decimal): -2078021 or 12274400. OLE color: 12274400.
HSL color Cylindrical-coordinate representation of color #E04ABB: hue angle of 314.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04ABB is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 187 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.12 |
| HSL | 314.8º | 0.71% | 0.58% | - |
| HSV(B) | 314.8º | 0.67% | 0.88% | - |
| XYZ | 42.16 | 24.33 | 49.49 | - |
| YUV | 131.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 187 | 0 | 0.67 | 0.17 | 0.12 | 314.8 | 0.71 | 0.58 |
| Hex | E0 | 4A | BB | 0 | 43 | 11 | C | 13B | 47 | 3A |
| Octal | 340 | 112 | 273 | 0 | 103 | 21 | 14 | 473 | 107 | 72 |
| Binary | 11100000 | 1001010 | 10111011 | 0 | 1000011 | 10001 | 1100 | 100111011 | 1000111 | 111010 |
Color Harmonies of #E04ABB
Complementary color
Monochromatic Colors of #E04ABB
Black with #E04ABB
Text Example
Text Example
White with #E04ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04ABB; }
p { color: rgb(224,74,187); }
H1.HeaderClassName
{
color: #E04ABB;
}
.AnyTagClassName
{
color: #E04ABB;
}
</style>
background-color css
<style>
a { background-color: #E04ABB; }
a { background-color: rgb(224,74,187); }
div.DivClassName
{
background-color: #E04ABB;
}
.BgClassName
{
background-color: #E04ABB;
}
</style>
border-color css
<style>
span { border-color: #E04ABB; }
span { border-color: rgb(224,74,187); }
td.TdClassName
{
border-color: #E04ABB;
}
.TagClassName
{
border-color: #E04ABB;
}
</style>