Html Css Color HEX #E24BD8 Free Speech Magenta
📋 copy color: '#E24BD8'red 226 ◦ green 75 ◦ blue 216
Shades of Free Speech Magenta #E24BD8
Tints of Free Speech Magenta #E24BD8
RGB
CMYK
RGB Variations
Color information
#E24BD8 (or 0xE24BD8) is known color: Free Speech Magenta. HEX triplet: E2, 4B and D8. RGB value is (226,75,216). Sum of RGB (Red+Green+Blue) = 226+75+216=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E24BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24BD8 is #1DB427. Grayscale: #878787. Windows color (decimal): -1946664 or 14175202. OLE color: 14175202.
HSL color Cylindrical-coordinate representation of color #E24BD8: hue angle of 303.97º 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 #E24BD8 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 75 | 216 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.11 |
| HSL | 303.97º | 0.72% | 0.59% | - |
| HSV(B) | 303.97º | 0.67% | 0.89% | - |
| XYZ | 46.27 | 26.16 | 67.58 | - |
| YUV | 136.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 216 | 0 | 0.67 | 0.04 | 0.11 | 303.97 | 0.72 | 0.59 |
| Hex | E2 | 4B | D8 | 0 | 43 | 4 | B | 130 | 48 | 3B |
| Octal | 342 | 113 | 330 | 0 | 103 | 4 | 13 | 460 | 110 | 73 |
| Binary | 11100010 | 1001011 | 11011000 | 0 | 1000011 | 100 | 1011 | 100110000 | 1001000 | 111011 |
Color Harmonies of #E24BD8
Complementary color
Monochromatic Colors of #E24BD8
Black with #E24BD8
Text Example
Text Example
White with #E24BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24BD8; }
p { color: rgb(226,75,216); }
H1.HeaderClassName
{
color: #E24BD8;
}
.AnyTagClassName
{
color: #E24BD8;
}
</style>
background-color css
<style>
a { background-color: #E24BD8; }
a { background-color: rgb(226,75,216); }
div.DivClassName
{
background-color: #E24BD8;
}
.BgClassName
{
background-color: #E24BD8;
}
</style>
border-color css
<style>
span { border-color: #E24BD8; }
span { border-color: rgb(226,75,216); }
td.TdClassName
{
border-color: #E24BD8;
}
.TagClassName
{
border-color: #E24BD8;
}
</style>