Html Css Color HEX #E04CE9 Free Speech Magenta
📋 copy color: '#E04CE9'red 224 ◦ green 76 ◦ blue 233
Shades of Free Speech Magenta #E04CE9
Tints of Free Speech Magenta #E04CE9
RGB
CMYK
RGB Variations
Color information
#E04CE9 (or 0xE04CE9) is known color: Free Speech Magenta. HEX triplet: E0, 4C and E9. RGB value is (224,76,233). Sum of RGB (Red+Green+Blue) = 224+76+233=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 76 (30.08% from 255 or 14.26% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #E04CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04CE9 is #1FB316. Grayscale: #898989. Windows color (decimal): -2077463 or 15289568. OLE color: 15289568.
HSL color Cylindrical-coordinate representation of color #E04CE9: hue angle of 296.56º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04CE9 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 76 | 233 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.09 |
| HSL | 296.56º | 0.78% | 0.61% | - |
| HSV(B) | 296.56º | 0.67% | 0.91% | - |
| XYZ | 48.03 | 26.9 | 79.75 | - |
| YUV | 138.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 233 | 0.04 | 0.67 | 0 | 0.09 | 296.56 | 0.78 | 0.61 |
| Hex | E0 | 4C | E9 | 4 | 43 | 0 | 9 | 129 | 4E | 3D |
| Octal | 340 | 114 | 351 | 4 | 103 | 0 | 11 | 451 | 116 | 75 |
| Binary | 11100000 | 1001100 | 11101001 | 100 | 1000011 | 0 | 1001 | 100101001 | 1001110 | 111101 |
Color Harmonies of #E04CE9
Complementary color
Monochromatic Colors of #E04CE9
Black with #E04CE9
Text Example
Text Example
White with #E04CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CE9; }
p { color: rgb(224,76,233); }
H1.HeaderClassName
{
color: #E04CE9;
}
.AnyTagClassName
{
color: #E04CE9;
}
</style>
background-color css
<style>
a { background-color: #E04CE9; }
a { background-color: rgb(224,76,233); }
div.DivClassName
{
background-color: #E04CE9;
}
.BgClassName
{
background-color: #E04CE9;
}
</style>
border-color css
<style>
span { border-color: #E04CE9; }
span { border-color: rgb(224,76,233); }
td.TdClassName
{
border-color: #E04CE9;
}
.TagClassName
{
border-color: #E04CE9;
}
</style>