Html Css Color HEX #E24CDA Free Speech Magenta
📋 copy color: '#E24CDA'red 226 ◦ green 76 ◦ blue 218
Shades of Free Speech Magenta #E24CDA
Tints of Free Speech Magenta #E24CDA
RGB
CMYK
RGB Variations
Color information
#E24CDA (or 0xE24CDA) is known color: Free Speech Magenta. HEX triplet: E2, 4C and DA. RGB value is (226,76,218). Sum of RGB (Red+Green+Blue) = 226+76+218=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E24CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24CDA is #1DB325. Grayscale: #888888. Windows color (decimal): -1946406 or 14306530. OLE color: 14306530.
HSL color Cylindrical-coordinate representation of color #E24CDA: hue angle of 303.2º 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 #E24CDA is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 218 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.11 |
| HSL | 303.2º | 0.72% | 0.59% | - |
| HSV(B) | 303.2º | 0.66% | 0.89% | - |
| XYZ | 46.6 | 26.4 | 68.97 | - |
| YUV | 137.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 218 | 0 | 0.66 | 0.04 | 0.11 | 303.2 | 0.72 | 0.59 |
| Hex | E2 | 4C | DA | 0 | 42 | 4 | B | 12F | 48 | 3B |
| Octal | 342 | 114 | 332 | 0 | 102 | 4 | 13 | 457 | 110 | 73 |
| Binary | 11100010 | 1001100 | 11011010 | 0 | 1000010 | 100 | 1011 | 100101111 | 1001000 | 111011 |
Color Harmonies of #E24CDA
Complementary color
Monochromatic Colors of #E24CDA
Black with #E24CDA
Text Example
Text Example
White with #E24CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24CDA; }
p { color: rgb(226,76,218); }
H1.HeaderClassName
{
color: #E24CDA;
}
.AnyTagClassName
{
color: #E24CDA;
}
</style>
background-color css
<style>
a { background-color: #E24CDA; }
a { background-color: rgb(226,76,218); }
div.DivClassName
{
background-color: #E24CDA;
}
.BgClassName
{
background-color: #E24CDA;
}
</style>
border-color css
<style>
span { border-color: #E24CDA; }
span { border-color: rgb(226,76,218); }
td.TdClassName
{
border-color: #E24CDA;
}
.TagClassName
{
border-color: #E24CDA;
}
</style>