Html Css Color HEX #E551DB Free Speech Magenta
📋 copy color: '#E551DB'red 229 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #E551DB
Tints of Free Speech Magenta #E551DB
RGB
CMYK
RGB Variations
Color information
#E551DB (or 0xE551DB) is known color: Free Speech Magenta. HEX triplet: E5, 51 and DB. RGB value is (229,81,219). Sum of RGB (Red+Green+Blue) = 229+81+219=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E551DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E551DB is #1AAE24. Grayscale: #8C8C8C. Windows color (decimal): -1748517 or 14373349. OLE color: 14373349.
HSL color Cylindrical-coordinate representation of color #E551DB: hue angle of 304.05º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E551DB is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 219 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.10 |
| HSL | 304.05º | 0.74% | 0.61% | - |
| HSV(B) | 304.05º | 0.65% | 0.9% | - |
| XYZ | 48.04 | 27.66 | 69.82 | - |
| YUV | 140.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 219 | 0 | 0.65 | 0.04 | 0.10 | 304.05 | 0.74 | 0.61 |
| Hex | E5 | 51 | DB | 0 | 41 | 4 | A | 130 | 4A | 3D |
| Octal | 345 | 121 | 333 | 0 | 101 | 4 | 12 | 460 | 112 | 75 |
| Binary | 11100101 | 1010001 | 11011011 | 0 | 1000001 | 100 | 1010 | 100110000 | 1001010 | 111101 |
Color Harmonies of #E551DB
Complementary color
Monochromatic Colors of #E551DB
Black with #E551DB
Text Example
Text Example
White with #E551DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E551DB; }
p { color: rgb(229,81,219); }
H1.HeaderClassName
{
color: #E551DB;
}
.AnyTagClassName
{
color: #E551DB;
}
</style>
background-color css
<style>
a { background-color: #E551DB; }
a { background-color: rgb(229,81,219); }
div.DivClassName
{
background-color: #E551DB;
}
.BgClassName
{
background-color: #E551DB;
}
</style>
border-color css
<style>
span { border-color: #E551DB; }
span { border-color: rgb(229,81,219); }
td.TdClassName
{
border-color: #E551DB;
}
.TagClassName
{
border-color: #E551DB;
}
</style>