Html Css Color HEX #E04AC9 Free Speech Magenta
📋 copy color: '#E04AC9'red 224 ◦ green 74 ◦ blue 201
Shades of Free Speech Magenta #E04AC9
Tints of Free Speech Magenta #E04AC9
RGB
CMYK
RGB Variations
Color information
#E04AC9 (or 0xE04AC9) is known color: Free Speech Magenta. HEX triplet: E0, 4A and C9. RGB value is (224,74,201). Sum of RGB (Red+Green+Blue) = 224+74+201=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04AC9 is #1FB536. Grayscale: #848484. Windows color (decimal): -2078007 or 13191904. OLE color: 13191904.
HSL color Cylindrical-coordinate representation of color #E04AC9: hue angle of 309.2º 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 #E04AC9 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 201 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.12 |
| HSL | 309.2º | 0.71% | 0.58% | - |
| HSV(B) | 309.2º | 0.67% | 0.88% | - |
| XYZ | 43.73 | 24.96 | 57.77 | - |
| YUV | 133.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 201 | 0 | 0.67 | 0.10 | 0.12 | 309.2 | 0.71 | 0.58 |
| Hex | E0 | 4A | C9 | 0 | 43 | A | C | 135 | 47 | 3A |
| Octal | 340 | 112 | 311 | 0 | 103 | 12 | 14 | 465 | 107 | 72 |
| Binary | 11100000 | 1001010 | 11001001 | 0 | 1000011 | 1010 | 1100 | 100110101 | 1000111 | 111010 |
Color Harmonies of #E04AC9
Complementary color
Monochromatic Colors of #E04AC9
Black with #E04AC9
Text Example
Text Example
White with #E04AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AC9; }
p { color: rgb(224,74,201); }
H1.HeaderClassName
{
color: #E04AC9;
}
.AnyTagClassName
{
color: #E04AC9;
}
</style>
background-color css
<style>
a { background-color: #E04AC9; }
a { background-color: rgb(224,74,201); }
div.DivClassName
{
background-color: #E04AC9;
}
.BgClassName
{
background-color: #E04AC9;
}
</style>
border-color css
<style>
span { border-color: #E04AC9; }
span { border-color: rgb(224,74,201); }
td.TdClassName
{
border-color: #E04AC9;
}
.TagClassName
{
border-color: #E04AC9;
}
</style>