Html Css Color HEX #E24DDB Free Speech Magenta
📋 copy color: '#E24DDB'red 226 ◦ green 77 ◦ blue 219
Shades of Free Speech Magenta #E24DDB
Tints of Free Speech Magenta #E24DDB
RGB
CMYK
RGB Variations
Color information
#E24DDB (or 0xE24DDB) is known color: Free Speech Magenta. HEX triplet: E2, 4D and DB. RGB value is (226,77,219). Sum of RGB (Red+Green+Blue) = 226+77+219=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DDB is #1DB224. Grayscale: #898989. Windows color (decimal): -1946149 or 14372322. OLE color: 14372322.
HSL color Cylindrical-coordinate representation of color #E24DDB: hue angle of 302.82º 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 #E24DDB is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 219 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.11 |
| HSL | 302.82º | 0.72% | 0.59% | - |
| HSV(B) | 302.82º | 0.66% | 0.89% | - |
| XYZ | 46.8 | 26.59 | 69.68 | - |
| YUV | 137.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 219 | 0 | 0.66 | 0.03 | 0.11 | 302.82 | 0.72 | 0.59 |
| Hex | E2 | 4D | DB | 0 | 42 | 3 | B | 12F | 48 | 3B |
| Octal | 342 | 115 | 333 | 0 | 102 | 3 | 13 | 457 | 110 | 73 |
| Binary | 11100010 | 1001101 | 11011011 | 0 | 1000010 | 11 | 1011 | 100101111 | 1001000 | 111011 |
Color Harmonies of #E24DDB
Complementary color
Monochromatic Colors of #E24DDB
Black with #E24DDB
Text Example
Text Example
White with #E24DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24DDB; }
p { color: rgb(226,77,219); }
H1.HeaderClassName
{
color: #E24DDB;
}
.AnyTagClassName
{
color: #E24DDB;
}
</style>
background-color css
<style>
a { background-color: #E24DDB; }
a { background-color: rgb(226,77,219); }
div.DivClassName
{
background-color: #E24DDB;
}
.BgClassName
{
background-color: #E24DDB;
}
</style>
border-color css
<style>
span { border-color: #E24DDB; }
span { border-color: rgb(226,77,219); }
td.TdClassName
{
border-color: #E24DDB;
}
.TagClassName
{
border-color: #E24DDB;
}
</style>