Html Css Color HEX #E24ADC Free Speech Magenta
📋 copy color: '#E24ADC'red 226 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #E24ADC
Tints of Free Speech Magenta #E24ADC
RGB
CMYK
RGB Variations
Color information
#E24ADC (or 0xE24ADC) is known color: Free Speech Magenta. HEX triplet: E2, 4A and DC. RGB value is (226,74,220). Sum of RGB (Red+Green+Blue) = 226+74+220=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E24ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24ADC is #1DB523. Grayscale: #878787. Windows color (decimal): -1946916 or 14437090. OLE color: 14437090.
HSL color Cylindrical-coordinate representation of color #E24ADC: hue angle of 302.37º 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 #E24ADC is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 220 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.11 |
| HSL | 302.37º | 0.72% | 0.59% | - |
| HSV(B) | 302.37º | 0.67% | 0.89% | - |
| XYZ | 46.73 | 26.23 | 70.31 | - |
| YUV | 136.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 220 | 0 | 0.67 | 0.03 | 0.11 | 302.37 | 0.72 | 0.59 |
| Hex | E2 | 4A | DC | 0 | 43 | 3 | B | 12E | 48 | 3B |
| Octal | 342 | 112 | 334 | 0 | 103 | 3 | 13 | 456 | 110 | 73 |
| Binary | 11100010 | 1001010 | 11011100 | 0 | 1000011 | 11 | 1011 | 100101110 | 1001000 | 111011 |
Color Harmonies of #E24ADC
Complementary color
Monochromatic Colors of #E24ADC
Black with #E24ADC
Text Example
Text Example
White with #E24ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24ADC; }
p { color: rgb(226,74,220); }
H1.HeaderClassName
{
color: #E24ADC;
}
.AnyTagClassName
{
color: #E24ADC;
}
</style>
background-color css
<style>
a { background-color: #E24ADC; }
a { background-color: rgb(226,74,220); }
div.DivClassName
{
background-color: #E24ADC;
}
.BgClassName
{
background-color: #E24ADC;
}
</style>
border-color css
<style>
span { border-color: #E24ADC; }
span { border-color: rgb(226,74,220); }
td.TdClassName
{
border-color: #E24ADC;
}
.TagClassName
{
border-color: #E24ADC;
}
</style>