Html Css Color HEX #E24ADE Free Speech Magenta
📋 copy color: '#E24ADE'red 226 ◦ green 74 ◦ blue 222
Shades of Free Speech Magenta #E24ADE
Tints of Free Speech Magenta #E24ADE
RGB
CMYK
RGB Variations
Color information
#E24ADE (or 0xE24ADE) is known color: Free Speech Magenta. HEX triplet: E2, 4A and DE. RGB value is (226,74,222). Sum of RGB (Red+Green+Blue) = 226+74+222=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E24ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24ADE is #1DB521. Grayscale: #878787. Windows color (decimal): -1946914 or 14568162. OLE color: 14568162.
HSL color Cylindrical-coordinate representation of color #E24ADE: hue angle of 301.58º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24ADE is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 222 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.11 |
| HSL | 301.58º | 0.72% | 0.59% | - |
| HSV(B) | 301.58º | 0.67% | 0.89% | - |
| XYZ | 47 | 26.34 | 71.71 | - |
| YUV | 136.32 | 176.36 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 222 | 0 | 0.67 | 0.02 | 0.11 | 301.58 | 0.72 | 0.59 |
| Hex | E2 | 4A | DE | 0 | 43 | 2 | B | 12E | 48 | 3B |
| Octal | 342 | 112 | 336 | 0 | 103 | 2 | 13 | 456 | 110 | 73 |
| Binary | 11100010 | 1001010 | 11011110 | 0 | 1000011 | 10 | 1011 | 100101110 | 1001000 | 111011 |
Color Harmonies of #E24ADE
Complementary color
Monochromatic Colors of #E24ADE
Black with #E24ADE
Text Example
Text Example
White with #E24ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24ADE; }
p { color: rgb(226,74,222); }
H1.HeaderClassName
{
color: #E24ADE;
}
.AnyTagClassName
{
color: #E24ADE;
}
</style>
background-color css
<style>
a { background-color: #E24ADE; }
a { background-color: rgb(226,74,222); }
div.DivClassName
{
background-color: #E24ADE;
}
.BgClassName
{
background-color: #E24ADE;
}
</style>
border-color css
<style>
span { border-color: #E24ADE; }
span { border-color: rgb(226,74,222); }
td.TdClassName
{
border-color: #E24ADE;
}
.TagClassName
{
border-color: #E24ADE;
}
</style>