Html Css Color HEX #E24DCD Free Speech Magenta
📋 copy color: '#E24DCD'red 226 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #E24DCD
Tints of Free Speech Magenta #E24DCD
RGB
CMYK
RGB Variations
Color information
#E24DCD (or 0xE24DCD) is known color: Free Speech Magenta. HEX triplet: E2, 4D and CD. RGB value is (226,77,205). Sum of RGB (Red+Green+Blue) = 226+77+205=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DCD is #1DB232. Grayscale: #878787. Windows color (decimal): -1946163 or 13454818. OLE color: 13454818.
HSL color Cylindrical-coordinate representation of color #E24DCD: hue angle of 308.46º 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 #E24DCD is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 205 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.11 |
| HSL | 308.46º | 0.72% | 0.59% | - |
| HSV(B) | 308.46º | 0.66% | 0.89% | - |
| XYZ | 45.04 | 25.88 | 60.38 | - |
| YUV | 136.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 205 | 0 | 0.66 | 0.09 | 0.11 | 308.46 | 0.72 | 0.59 |
| Hex | E2 | 4D | CD | 0 | 42 | 9 | B | 134 | 48 | 3B |
| Octal | 342 | 115 | 315 | 0 | 102 | 11 | 13 | 464 | 110 | 73 |
| Binary | 11100010 | 1001101 | 11001101 | 0 | 1000010 | 1001 | 1011 | 100110100 | 1001000 | 111011 |
Color Harmonies of #E24DCD
Complementary color
Monochromatic Colors of #E24DCD
Black with #E24DCD
Text Example
Text Example
White with #E24DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24DCD; }
p { color: rgb(226,77,205); }
H1.HeaderClassName
{
color: #E24DCD;
}
.AnyTagClassName
{
color: #E24DCD;
}
</style>
background-color css
<style>
a { background-color: #E24DCD; }
a { background-color: rgb(226,77,205); }
div.DivClassName
{
background-color: #E24DCD;
}
.BgClassName
{
background-color: #E24DCD;
}
</style>
border-color css
<style>
span { border-color: #E24DCD; }
span { border-color: rgb(226,77,205); }
td.TdClassName
{
border-color: #E24DCD;
}
.TagClassName
{
border-color: #E24DCD;
}
</style>