Html Css Color HEX #E04ABC Free Speech Magenta
📋 copy color: '#E04ABC'red 224 ◦ green 74 ◦ blue 188
Shades of Free Speech Magenta #E04ABC
Tints of Free Speech Magenta #E04ABC
RGB
CMYK
RGB Variations
Color information
#E04ABC (or 0xE04ABC) is known color: Free Speech Magenta. HEX triplet: E0, 4A and BC. RGB value is (224,74,188). Sum of RGB (Red+Green+Blue) = 224+74+188=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ABC is #1FB543. Grayscale: #838383. Windows color (decimal): -2078020 or 12339936. OLE color: 12339936.
HSL color Cylindrical-coordinate representation of color #E04ABC: hue angle of 314.4º 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 #E04ABC is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 188 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.12 |
| HSL | 314.4º | 0.71% | 0.58% | - |
| HSV(B) | 314.4º | 0.67% | 0.88% | - |
| XYZ | 42.27 | 24.38 | 50.05 | - |
| YUV | 131.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 188 | 0 | 0.67 | 0.16 | 0.12 | 314.4 | 0.71 | 0.58 |
| Hex | E0 | 4A | BC | 0 | 43 | 10 | C | 13A | 47 | 3A |
| Octal | 340 | 112 | 274 | 0 | 103 | 20 | 14 | 472 | 107 | 72 |
| Binary | 11100000 | 1001010 | 10111100 | 0 | 1000011 | 10000 | 1100 | 100111010 | 1000111 | 111010 |
Color Harmonies of #E04ABC
Complementary color
Monochromatic Colors of #E04ABC
Black with #E04ABC
Text Example
Text Example
White with #E04ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04ABC; }
p { color: rgb(224,74,188); }
H1.HeaderClassName
{
color: #E04ABC;
}
.AnyTagClassName
{
color: #E04ABC;
}
</style>
background-color css
<style>
a { background-color: #E04ABC; }
a { background-color: rgb(224,74,188); }
div.DivClassName
{
background-color: #E04ABC;
}
.BgClassName
{
background-color: #E04ABC;
}
</style>
border-color css
<style>
span { border-color: #E04ABC; }
span { border-color: rgb(224,74,188); }
td.TdClassName
{
border-color: #E04ABC;
}
.TagClassName
{
border-color: #E04ABC;
}
</style>