Html Css Color HEX #E04CEC Free Speech Magenta
📋 copy color: '#E04CEC'red 224 ◦ green 76 ◦ blue 236
Shades of Free Speech Magenta #E04CEC
Tints of Free Speech Magenta #E04CEC
RGB
CMYK
RGB Variations
Color information
#E04CEC (or 0xE04CEC) is known color: Free Speech Magenta. HEX triplet: E0, 4C and EC. RGB value is (224,76,236). Sum of RGB (Red+Green+Blue) = 224+76+236=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 76 (30.08% from 255 or 14.18% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #E04CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04CEC is #1FB313. Grayscale: #8A8A8A. Windows color (decimal): -2077460 or 15486176. OLE color: 15486176.
HSL color Cylindrical-coordinate representation of color #E04CEC: hue angle of 295.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04CEC is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 76 | 236 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.07 |
| HSL | 295.5º | 0.81% | 0.61% | - |
| HSV(B) | 295.5º | 0.68% | 0.93% | - |
| XYZ | 48.47 | 27.07 | 82.03 | - |
| YUV | 138.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 236 | 0.05 | 0.68 | 0 | 0.07 | 295.5 | 0.81 | 0.61 |
| Hex | E0 | 4C | EC | 5 | 44 | 0 | 7 | 128 | 51 | 3D |
| Octal | 340 | 114 | 354 | 5 | 104 | 0 | 7 | 450 | 121 | 75 |
| Binary | 11100000 | 1001100 | 11101100 | 101 | 1000100 | 0 | 111 | 100101000 | 1010001 | 111101 |
Color Harmonies of #E04CEC
Complementary color
Monochromatic Colors of #E04CEC
Black with #E04CEC
Text Example
Text Example
White with #E04CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CEC; }
p { color: rgb(224,76,236); }
H1.HeaderClassName
{
color: #E04CEC;
}
.AnyTagClassName
{
color: #E04CEC;
}
</style>
background-color css
<style>
a { background-color: #E04CEC; }
a { background-color: rgb(224,76,236); }
div.DivClassName
{
background-color: #E04CEC;
}
.BgClassName
{
background-color: #E04CEC;
}
</style>
border-color css
<style>
span { border-color: #E04CEC; }
span { border-color: rgb(224,76,236); }
td.TdClassName
{
border-color: #E04CEC;
}
.TagClassName
{
border-color: #E04CEC;
}
</style>