Html Css Color HEX #E24ECC Free Speech Magenta
📋 copy color: '#E24ECC'red 226 ◦ green 78 ◦ blue 204
Shades of Free Speech Magenta #E24ECC
Tints of Free Speech Magenta #E24ECC
RGB
CMYK
RGB Variations
Color information
#E24ECC (or 0xE24ECC) is known color: Free Speech Magenta. HEX triplet: E2, 4E and CC. RGB value is (226,78,204). Sum of RGB (Red+Green+Blue) = 226+78+204=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E24ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24ECC is #1DB133. Grayscale: #888888. Windows color (decimal): -1945908 or 13389538. OLE color: 13389538.
HSL color Cylindrical-coordinate representation of color #E24ECC: hue angle of 308.92º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24ECC is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 204 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.11 |
| HSL | 308.92º | 0.72% | 0.6% | - |
| HSV(B) | 308.92º | 0.65% | 0.89% | - |
| XYZ | 44.99 | 25.98 | 59.77 | - |
| YUV | 136.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 204 | 0 | 0.65 | 0.10 | 0.11 | 308.92 | 0.72 | 0.6 |
| Hex | E2 | 4E | CC | 0 | 41 | A | B | 135 | 48 | 3C |
| Octal | 342 | 116 | 314 | 0 | 101 | 12 | 13 | 465 | 110 | 74 |
| Binary | 11100010 | 1001110 | 11001100 | 0 | 1000001 | 1010 | 1011 | 100110101 | 1001000 | 111100 |
Color Harmonies of #E24ECC
Complementary color
Monochromatic Colors of #E24ECC
Black with #E24ECC
Text Example
Text Example
White with #E24ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24ECC; }
p { color: rgb(226,78,204); }
H1.HeaderClassName
{
color: #E24ECC;
}
.AnyTagClassName
{
color: #E24ECC;
}
</style>
background-color css
<style>
a { background-color: #E24ECC; }
a { background-color: rgb(226,78,204); }
div.DivClassName
{
background-color: #E24ECC;
}
.BgClassName
{
background-color: #E24ECC;
}
</style>
border-color css
<style>
span { border-color: #E24ECC; }
span { border-color: rgb(226,78,204); }
td.TdClassName
{
border-color: #E24ECC;
}
.TagClassName
{
border-color: #E24ECC;
}
</style>