Html Css Color HEX #E24DDE Free Speech Magenta
📋 copy color: '#E24DDE'red 226 ◦ green 77 ◦ blue 222
Shades of Free Speech Magenta #E24DDE
Tints of Free Speech Magenta #E24DDE
RGB
CMYK
RGB Variations
Color information
#E24DDE (or 0xE24DDE) is known color: Free Speech Magenta. HEX triplet: E2, 4D and DE. RGB value is (226,77,222). Sum of RGB (Red+Green+Blue) = 226+77+222=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DDE is #1DB221. Grayscale: #898989. Windows color (decimal): -1946146 or 14568930. OLE color: 14568930.
HSL color Cylindrical-coordinate representation of color #E24DDE: hue angle of 301.61º 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 #E24DDE is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 222 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.11 |
| HSL | 301.61º | 0.72% | 0.59% | - |
| HSV(B) | 301.61º | 0.66% | 0.89% | - |
| XYZ | 47.2 | 26.75 | 71.78 | - |
| YUV | 138.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 222 | 0 | 0.66 | 0.02 | 0.11 | 301.61 | 0.72 | 0.59 |
| Hex | E2 | 4D | DE | 0 | 42 | 2 | B | 12E | 48 | 3B |
| Octal | 342 | 115 | 336 | 0 | 102 | 2 | 13 | 456 | 110 | 73 |
| Binary | 11100010 | 1001101 | 11011110 | 0 | 1000010 | 10 | 1011 | 100101110 | 1001000 | 111011 |
Color Harmonies of #E24DDE
Complementary color
Monochromatic Colors of #E24DDE
Black with #E24DDE
Text Example
Text Example
White with #E24DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24DDE; }
p { color: rgb(226,77,222); }
H1.HeaderClassName
{
color: #E24DDE;
}
.AnyTagClassName
{
color: #E24DDE;
}
</style>
background-color css
<style>
a { background-color: #E24DDE; }
a { background-color: rgb(226,77,222); }
div.DivClassName
{
background-color: #E24DDE;
}
.BgClassName
{
background-color: #E24DDE;
}
</style>
border-color css
<style>
span { border-color: #E24DDE; }
span { border-color: rgb(226,77,222); }
td.TdClassName
{
border-color: #E24DDE;
}
.TagClassName
{
border-color: #E24DDE;
}
</style>