Html Css Color HEX #E24DDC Free Speech Magenta
📋 copy color: '#E24DDC'red 226 ◦ green 77 ◦ blue 220
Shades of Free Speech Magenta #E24DDC
Tints of Free Speech Magenta #E24DDC
RGB
CMYK
RGB Variations
Color information
#E24DDC (or 0xE24DDC) is known color: Free Speech Magenta. HEX triplet: E2, 4D and DC. RGB value is (226,77,220). Sum of RGB (Red+Green+Blue) = 226+77+220=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DDC is #1DB223. Grayscale: #898989. Windows color (decimal): -1946148 or 14437858. OLE color: 14437858.
HSL color Cylindrical-coordinate representation of color #E24DDC: hue angle of 302.42º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24DDC is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 220 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.11 |
| HSL | 302.42º | 0.72% | 0.59% | - |
| HSV(B) | 302.42º | 0.66% | 0.89% | - |
| XYZ | 46.94 | 26.64 | 70.38 | - |
| YUV | 137.85 | 174.36 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 220 | 0 | 0.66 | 0.03 | 0.11 | 302.42 | 0.72 | 0.59 |
| Hex | E2 | 4D | DC | 0 | 42 | 3 | B | 12E | 48 | 3B |
| Octal | 342 | 115 | 334 | 0 | 102 | 3 | 13 | 456 | 110 | 73 |
| Binary | 11100010 | 1001101 | 11011100 | 0 | 1000010 | 11 | 1011 | 100101110 | 1001000 | 111011 |
Color Harmonies of #E24DDC
Complementary color
Monochromatic Colors of #E24DDC
Black with #E24DDC
Text Example
Text Example
White with #E24DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24DDC; }
p { color: rgb(226,77,220); }
H1.HeaderClassName
{
color: #E24DDC;
}
.AnyTagClassName
{
color: #E24DDC;
}
</style>
background-color css
<style>
a { background-color: #E24DDC; }
a { background-color: rgb(226,77,220); }
div.DivClassName
{
background-color: #E24DDC;
}
.BgClassName
{
background-color: #E24DDC;
}
</style>
border-color css
<style>
span { border-color: #E24DDC; }
span { border-color: rgb(226,77,220); }
td.TdClassName
{
border-color: #E24DDC;
}
.TagClassName
{
border-color: #E24DDC;
}
</style>