Html Css Color HEX #E541DB Free Speech Magenta
📋 copy color: '#E541DB'red 229 ◦ green 65 ◦ blue 219
Shades of Free Speech Magenta #E541DB
Tints of Free Speech Magenta #E541DB
RGB
CMYK
RGB Variations
Color information
#E541DB (or 0xE541DB) is known color: Free Speech Magenta. HEX triplet: E5, 41 and DB. RGB value is (229,65,219). Sum of RGB (Red+Green+Blue) = 229+65+219=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E541DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541DB is #1ABE24. Grayscale: #838383. Windows color (decimal): -1752613 or 14369253. OLE color: 14369253.
HSL color Cylindrical-coordinate representation of color #E541DB: hue angle of 303.66º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E541DB is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 219 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.10 |
| HSL | 303.66º | 0.76% | 0.58% | - |
| HSV(B) | 303.66º | 0.72% | 0.9% | - |
| XYZ | 46.99 | 25.55 | 69.47 | - |
| YUV | 131.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 219 | 0 | 0.72 | 0.04 | 0.10 | 303.66 | 0.76 | 0.58 |
| Hex | E5 | 41 | DB | 0 | 48 | 4 | A | 130 | 4C | 3A |
| Octal | 345 | 101 | 333 | 0 | 110 | 4 | 12 | 460 | 114 | 72 |
| Binary | 11100101 | 1000001 | 11011011 | 0 | 1001000 | 100 | 1010 | 100110000 | 1001100 | 111010 |
Color Harmonies of #E541DB
Complementary color
Monochromatic Colors of #E541DB
Black with #E541DB
Text Example
Text Example
White with #E541DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541DB; }
p { color: rgb(229,65,219); }
H1.HeaderClassName
{
color: #E541DB;
}
.AnyTagClassName
{
color: #E541DB;
}
</style>
background-color css
<style>
a { background-color: #E541DB; }
a { background-color: rgb(229,65,219); }
div.DivClassName
{
background-color: #E541DB;
}
.BgClassName
{
background-color: #E541DB;
}
</style>
border-color css
<style>
span { border-color: #E541DB; }
span { border-color: rgb(229,65,219); }
td.TdClassName
{
border-color: #E541DB;
}
.TagClassName
{
border-color: #E541DB;
}
</style>