Html Css Color HEX #E441DB Free Speech Magenta
📋 copy color: '#E441DB'red 228 ◦ green 65 ◦ blue 219
Shades of Free Speech Magenta #E441DB
Tints of Free Speech Magenta #E441DB
RGB
CMYK
RGB Variations
Color information
#E441DB (or 0xE441DB) is known color: Free Speech Magenta. HEX triplet: E4, 41 and DB. RGB value is (228,65,219). Sum of RGB (Red+Green+Blue) = 228+65+219=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E441DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E441DB is #1BBE24. Grayscale: #828282. Windows color (decimal): -1818149 or 14369252. OLE color: 14369252.
HSL color Cylindrical-coordinate representation of color #E441DB: hue angle of 303.31º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E441DB is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 219 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.11 |
| HSL | 303.31º | 0.75% | 0.57% | - |
| HSV(B) | 303.31º | 0.71% | 0.89% | - |
| XYZ | 46.67 | 25.39 | 69.46 | - |
| YUV | 131.29 | 177.5 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 219 | 0 | 0.71 | 0.04 | 0.11 | 303.31 | 0.75 | 0.57 |
| Hex | E4 | 41 | DB | 0 | 47 | 4 | B | 12F | 4B | 39 |
| Octal | 344 | 101 | 333 | 0 | 107 | 4 | 13 | 457 | 113 | 71 |
| Binary | 11100100 | 1000001 | 11011011 | 0 | 1000111 | 100 | 1011 | 100101111 | 1001011 | 111001 |
Color Harmonies of #E441DB
Complementary color
Monochromatic Colors of #E441DB
Black with #E441DB
Text Example
Text Example
White with #E441DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E441DB; }
p { color: rgb(228,65,219); }
H1.HeaderClassName
{
color: #E441DB;
}
.AnyTagClassName
{
color: #E441DB;
}
</style>
background-color css
<style>
a { background-color: #E441DB; }
a { background-color: rgb(228,65,219); }
div.DivClassName
{
background-color: #E441DB;
}
.BgClassName
{
background-color: #E441DB;
}
</style>
border-color css
<style>
span { border-color: #E441DB; }
span { border-color: rgb(228,65,219); }
td.TdClassName
{
border-color: #E441DB;
}
.TagClassName
{
border-color: #E441DB;
}
</style>