Html Css Color HEX #E24EE0 Free Speech Magenta
📋 copy color: '#E24EE0'red 226 ◦ green 78 ◦ blue 224
Shades of Free Speech Magenta #E24EE0
Tints of Free Speech Magenta #E24EE0
RGB
CMYK
RGB Variations
Color information
#E24EE0 (or 0xE24EE0) is known color: Free Speech Magenta. HEX triplet: E2, 4E and E0. RGB value is (226,78,224). Sum of RGB (Red+Green+Blue) = 226+78+224=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E24EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24EE0 is #1DB11F. Grayscale: #8A8A8A. Windows color (decimal): -1945888 or 14700258. OLE color: 14700258.
HSL color Cylindrical-coordinate representation of color #E24EE0: hue angle of 300.81º 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 #E24EE0 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 224 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.11 |
| HSL | 300.81º | 0.72% | 0.6% | - |
| HSV(B) | 300.81º | 0.65% | 0.89% | - |
| XYZ | 47.54 | 27 | 73.23 | - |
| YUV | 138.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 224 | 0 | 0.65 | 0.01 | 0.11 | 300.81 | 0.72 | 0.6 |
| Hex | E2 | 4E | E0 | 0 | 41 | 1 | B | 12D | 48 | 3C |
| Octal | 342 | 116 | 340 | 0 | 101 | 1 | 13 | 455 | 110 | 74 |
| Binary | 11100010 | 1001110 | 11100000 | 0 | 1000001 | 1 | 1011 | 100101101 | 1001000 | 111100 |
Color Harmonies of #E24EE0
Complementary color
Monochromatic Colors of #E24EE0
Black with #E24EE0
Text Example
Text Example
White with #E24EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24EE0; }
p { color: rgb(226,78,224); }
H1.HeaderClassName
{
color: #E24EE0;
}
.AnyTagClassName
{
color: #E24EE0;
}
</style>
background-color css
<style>
a { background-color: #E24EE0; }
a { background-color: rgb(226,78,224); }
div.DivClassName
{
background-color: #E24EE0;
}
.BgClassName
{
background-color: #E24EE0;
}
</style>
border-color css
<style>
span { border-color: #E24EE0; }
span { border-color: rgb(226,78,224); }
td.TdClassName
{
border-color: #E24EE0;
}
.TagClassName
{
border-color: #E24EE0;
}
</style>