Html Css Color HEX #E04CEA Free Speech Magenta
📋 copy color: '#E04CEA'red 224 ◦ green 76 ◦ blue 234
Shades of Free Speech Magenta #E04CEA
Tints of Free Speech Magenta #E04CEA
RGB
CMYK
RGB Variations
Color information
#E04CEA (or 0xE04CEA) is known color: Free Speech Magenta. HEX triplet: E0, 4C and EA. RGB value is (224,76,234). Sum of RGB (Red+Green+Blue) = 224+76+234=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 76 (30.08% from 255 or 14.23% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #E04CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04CEA is #1FB315. Grayscale: #898989. Windows color (decimal): -2077462 or 15355104. OLE color: 15355104.
HSL color Cylindrical-coordinate representation of color #E04CEA: hue angle of 296.2º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04CEA is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 76 | 234 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.08 |
| HSL | 296.2º | 0.79% | 0.61% | - |
| HSV(B) | 296.2º | 0.68% | 0.92% | - |
| XYZ | 48.18 | 26.96 | 80.51 | - |
| YUV | 138.26 | 182.03 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 234 | 0.04 | 0.68 | 0 | 0.08 | 296.2 | 0.79 | 0.61 |
| Hex | E0 | 4C | EA | 4 | 44 | 0 | 8 | 128 | 4F | 3D |
| Octal | 340 | 114 | 352 | 4 | 104 | 0 | 10 | 450 | 117 | 75 |
| Binary | 11100000 | 1001100 | 11101010 | 100 | 1000100 | 0 | 1000 | 100101000 | 1001111 | 111101 |
Color Harmonies of #E04CEA
Complementary color
Monochromatic Colors of #E04CEA
Black with #E04CEA
Text Example
Text Example
White with #E04CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CEA; }
p { color: rgb(224,76,234); }
H1.HeaderClassName
{
color: #E04CEA;
}
.AnyTagClassName
{
color: #E04CEA;
}
</style>
background-color css
<style>
a { background-color: #E04CEA; }
a { background-color: rgb(224,76,234); }
div.DivClassName
{
background-color: #E04CEA;
}
.BgClassName
{
background-color: #E04CEA;
}
</style>
border-color css
<style>
span { border-color: #E04CEA; }
span { border-color: rgb(224,76,234); }
td.TdClassName
{
border-color: #E04CEA;
}
.TagClassName
{
border-color: #E04CEA;
}
</style>