Html Css Color HEX #E542DB Free Speech Magenta
📋 copy color: '#E542DB'red 229 ◦ green 66 ◦ blue 219
Shades of Free Speech Magenta #E542DB
Tints of Free Speech Magenta #E542DB
RGB
CMYK
RGB Variations
Color information
#E542DB (or 0xE542DB) is known color: Free Speech Magenta. HEX triplet: E5, 42 and DB. RGB value is (229,66,219). Sum of RGB (Red+Green+Blue) = 229+66+219=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E542DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E542DB is #1ABD24. Grayscale: #838383. Windows color (decimal): -1752357 or 14369509. OLE color: 14369509.
HSL color Cylindrical-coordinate representation of color #E542DB: hue angle of 303.68º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E542DB is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 219 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.10 |
| HSL | 303.68º | 0.76% | 0.58% | - |
| HSV(B) | 303.68º | 0.71% | 0.9% | - |
| XYZ | 47.05 | 25.67 | 69.49 | - |
| YUV | 132.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 219 | 0 | 0.71 | 0.04 | 0.10 | 303.68 | 0.76 | 0.58 |
| Hex | E5 | 42 | DB | 0 | 47 | 4 | A | 130 | 4C | 3A |
| Octal | 345 | 102 | 333 | 0 | 107 | 4 | 12 | 460 | 114 | 72 |
| Binary | 11100101 | 1000010 | 11011011 | 0 | 1000111 | 100 | 1010 | 100110000 | 1001100 | 111010 |
Color Harmonies of #E542DB
Complementary color
Monochromatic Colors of #E542DB
Black with #E542DB
Text Example
Text Example
White with #E542DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E542DB; }
p { color: rgb(229,66,219); }
H1.HeaderClassName
{
color: #E542DB;
}
.AnyTagClassName
{
color: #E542DB;
}
</style>
background-color css
<style>
a { background-color: #E542DB; }
a { background-color: rgb(229,66,219); }
div.DivClassName
{
background-color: #E542DB;
}
.BgClassName
{
background-color: #E542DB;
}
</style>
border-color css
<style>
span { border-color: #E542DB; }
span { border-color: rgb(229,66,219); }
td.TdClassName
{
border-color: #E542DB;
}
.TagClassName
{
border-color: #E542DB;
}
</style>