Html Css Color HEX #E24BDA Free Speech Magenta
📋 copy color: '#E24BDA'red 226 ◦ green 75 ◦ blue 218
Shades of Free Speech Magenta #E24BDA
Tints of Free Speech Magenta #E24BDA
RGB
CMYK
RGB Variations
Color information
#E24BDA (or 0xE24BDA) is known color: Free Speech Magenta. HEX triplet: E2, 4B and DA. RGB value is (226,75,218). Sum of RGB (Red+Green+Blue) = 226+75+218=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E24BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24BDA is #1DB425. Grayscale: #888888. Windows color (decimal): -1946662 or 14306274. OLE color: 14306274.
HSL color Cylindrical-coordinate representation of color #E24BDA: hue angle of 303.18º 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 #E24BDA is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 75 | 218 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.11 |
| HSL | 303.18º | 0.72% | 0.59% | - |
| HSV(B) | 303.18º | 0.67% | 0.89% | - |
| XYZ | 46.54 | 26.26 | 68.95 | - |
| YUV | 136.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 218 | 0 | 0.67 | 0.04 | 0.11 | 303.18 | 0.72 | 0.59 |
| Hex | E2 | 4B | DA | 0 | 43 | 4 | B | 12F | 48 | 3B |
| Octal | 342 | 113 | 332 | 0 | 103 | 4 | 13 | 457 | 110 | 73 |
| Binary | 11100010 | 1001011 | 11011010 | 0 | 1000011 | 100 | 1011 | 100101111 | 1001000 | 111011 |
Color Harmonies of #E24BDA
Complementary color
Monochromatic Colors of #E24BDA
Black with #E24BDA
Text Example
Text Example
White with #E24BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24BDA; }
p { color: rgb(226,75,218); }
H1.HeaderClassName
{
color: #E24BDA;
}
.AnyTagClassName
{
color: #E24BDA;
}
</style>
background-color css
<style>
a { background-color: #E24BDA; }
a { background-color: rgb(226,75,218); }
div.DivClassName
{
background-color: #E24BDA;
}
.BgClassName
{
background-color: #E24BDA;
}
</style>
border-color css
<style>
span { border-color: #E24BDA; }
span { border-color: rgb(226,75,218); }
td.TdClassName
{
border-color: #E24BDA;
}
.TagClassName
{
border-color: #E24BDA;
}
</style>