Html Css Color HEX #E04CC9 Free Speech Magenta
📋 copy color: '#E04CC9'red 224 ◦ green 76 ◦ blue 201
Shades of Free Speech Magenta #E04CC9
Tints of Free Speech Magenta #E04CC9
RGB
CMYK
RGB Variations
Color information
#E04CC9 (or 0xE04CC9) is known color: Free Speech Magenta. HEX triplet: E0, 4C and C9. RGB value is (224,76,201). Sum of RGB (Red+Green+Blue) = 224+76+201=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CC9 is #1FB336. Grayscale: #868686. Windows color (decimal): -2077495 or 13192416. OLE color: 13192416.
HSL color Cylindrical-coordinate representation of color #E04CC9: hue angle of 309.32º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04CC9 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 201 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.12 |
| HSL | 309.32º | 0.7% | 0.59% | - |
| HSV(B) | 309.32º | 0.66% | 0.88% | - |
| XYZ | 43.87 | 25.23 | 57.82 | - |
| YUV | 134.5 | 165.53 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 201 | 0 | 0.66 | 0.10 | 0.12 | 309.32 | 0.7 | 0.59 |
| Hex | E0 | 4C | C9 | 0 | 42 | A | C | 135 | 46 | 3B |
| Octal | 340 | 114 | 311 | 0 | 102 | 12 | 14 | 465 | 106 | 73 |
| Binary | 11100000 | 1001100 | 11001001 | 0 | 1000010 | 1010 | 1100 | 100110101 | 1000110 | 111011 |
Color Harmonies of #E04CC9
Complementary color
Monochromatic Colors of #E04CC9
Black with #E04CC9
Text Example
Text Example
White with #E04CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CC9; }
p { color: rgb(224,76,201); }
H1.HeaderClassName
{
color: #E04CC9;
}
.AnyTagClassName
{
color: #E04CC9;
}
</style>
background-color css
<style>
a { background-color: #E04CC9; }
a { background-color: rgb(224,76,201); }
div.DivClassName
{
background-color: #E04CC9;
}
.BgClassName
{
background-color: #E04CC9;
}
</style>
border-color css
<style>
span { border-color: #E04CC9; }
span { border-color: rgb(224,76,201); }
td.TdClassName
{
border-color: #E04CC9;
}
.TagClassName
{
border-color: #E04CC9;
}
</style>