Html Css Color HEX #E24EC4 Free Speech Magenta
📋 copy color: '#E24EC4'red 226 ◦ green 78 ◦ blue 196
Shades of Free Speech Magenta #E24EC4
Tints of Free Speech Magenta #E24EC4
RGB
CMYK
RGB Variations
Color information
#E24EC4 (or 0xE24EC4) is known color: Free Speech Magenta. HEX triplet: E2, 4E and C4. RGB value is (226,78,196). Sum of RGB (Red+Green+Blue) = 226+78+196=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E24EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24EC4 is #1DB13B. Grayscale: #878787. Windows color (decimal): -1945916 or 12865250. OLE color: 12865250.
HSL color Cylindrical-coordinate representation of color #E24EC4: hue angle of 312.16º 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 #E24EC4 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 196 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.11 |
| HSL | 312.16º | 0.72% | 0.6% | - |
| HSV(B) | 312.16º | 0.65% | 0.89% | - |
| XYZ | 44.05 | 25.6 | 54.84 | - |
| YUV | 135.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 196 | 0 | 0.65 | 0.13 | 0.11 | 312.16 | 0.72 | 0.6 |
| Hex | E2 | 4E | C4 | 0 | 41 | D | B | 138 | 48 | 3C |
| Octal | 342 | 116 | 304 | 0 | 101 | 15 | 13 | 470 | 110 | 74 |
| Binary | 11100010 | 1001110 | 11000100 | 0 | 1000001 | 1101 | 1011 | 100111000 | 1001000 | 111100 |
Color Harmonies of #E24EC4
Complementary color
Monochromatic Colors of #E24EC4
Black with #E24EC4
Text Example
Text Example
White with #E24EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24EC4; }
p { color: rgb(226,78,196); }
H1.HeaderClassName
{
color: #E24EC4;
}
.AnyTagClassName
{
color: #E24EC4;
}
</style>
background-color css
<style>
a { background-color: #E24EC4; }
a { background-color: rgb(226,78,196); }
div.DivClassName
{
background-color: #E24EC4;
}
.BgClassName
{
background-color: #E24EC4;
}
</style>
border-color css
<style>
span { border-color: #E24EC4; }
span { border-color: rgb(226,78,196); }
td.TdClassName
{
border-color: #E24EC4;
}
.TagClassName
{
border-color: #E24EC4;
}
</style>