Html Css Color HEX #E24EDC Free Speech Magenta
📋 copy color: '#E24EDC'red 226 ◦ green 78 ◦ blue 220
Shades of Free Speech Magenta #E24EDC
Tints of Free Speech Magenta #E24EDC
RGB
CMYK
RGB Variations
Color information
#E24EDC (or 0xE24EDC) is known color: Free Speech Magenta. HEX triplet: E2, 4E and DC. RGB value is (226,78,220). Sum of RGB (Red+Green+Blue) = 226+78+220=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E24EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24EDC is #1DB123. Grayscale: #8A8A8A. Windows color (decimal): -1945892 or 14438114. OLE color: 14438114.
HSL color Cylindrical-coordinate representation of color #E24EDC: hue angle of 302.43º 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 #E24EDC is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 220 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.11 |
| HSL | 302.43º | 0.72% | 0.6% | - |
| HSV(B) | 302.43º | 0.65% | 0.89% | - |
| XYZ | 47.01 | 26.78 | 70.4 | - |
| YUV | 138.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 220 | 0 | 0.65 | 0.03 | 0.11 | 302.43 | 0.72 | 0.6 |
| Hex | E2 | 4E | DC | 0 | 41 | 3 | B | 12E | 48 | 3C |
| Octal | 342 | 116 | 334 | 0 | 101 | 3 | 13 | 456 | 110 | 74 |
| Binary | 11100010 | 1001110 | 11011100 | 0 | 1000001 | 11 | 1011 | 100101110 | 1001000 | 111100 |
Color Harmonies of #E24EDC
Complementary color
Monochromatic Colors of #E24EDC
Black with #E24EDC
Text Example
Text Example
White with #E24EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24EDC; }
p { color: rgb(226,78,220); }
H1.HeaderClassName
{
color: #E24EDC;
}
.AnyTagClassName
{
color: #E24EDC;
}
</style>
background-color css
<style>
a { background-color: #E24EDC; }
a { background-color: rgb(226,78,220); }
div.DivClassName
{
background-color: #E24EDC;
}
.BgClassName
{
background-color: #E24EDC;
}
</style>
border-color css
<style>
span { border-color: #E24EDC; }
span { border-color: rgb(226,78,220); }
td.TdClassName
{
border-color: #E24EDC;
}
.TagClassName
{
border-color: #E24EDC;
}
</style>