Html Css Color HEX #E550DB Free Speech Magenta
📋 copy color: '#E550DB'red 229 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #E550DB
Tints of Free Speech Magenta #E550DB
RGB
CMYK
RGB Variations
Color information
#E550DB (or 0xE550DB) is known color: Free Speech Magenta. HEX triplet: E5, 50 and DB. RGB value is (229,80,219). Sum of RGB (Red+Green+Blue) = 229+80+219=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E550DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550DB is #1AAF24. Grayscale: #8B8B8B. Windows color (decimal): -1748773 or 14373093. OLE color: 14373093.
HSL color Cylindrical-coordinate representation of color #E550DB: hue angle of 304.03º 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 #E550DB is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 219 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.10 |
| HSL | 304.03º | 0.74% | 0.61% | - |
| HSV(B) | 304.03º | 0.65% | 0.9% | - |
| XYZ | 47.97 | 27.51 | 69.8 | - |
| YUV | 140.4 | 172.36 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 219 | 0 | 0.65 | 0.04 | 0.10 | 304.03 | 0.74 | 0.61 |
| Hex | E5 | 50 | DB | 0 | 41 | 4 | A | 130 | 4A | 3D |
| Octal | 345 | 120 | 333 | 0 | 101 | 4 | 12 | 460 | 112 | 75 |
| Binary | 11100101 | 1010000 | 11011011 | 0 | 1000001 | 100 | 1010 | 100110000 | 1001010 | 111101 |
Color Harmonies of #E550DB
Complementary color
Monochromatic Colors of #E550DB
Black with #E550DB
Text Example
Text Example
White with #E550DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E550DB; }
p { color: rgb(229,80,219); }
H1.HeaderClassName
{
color: #E550DB;
}
.AnyTagClassName
{
color: #E550DB;
}
</style>
background-color css
<style>
a { background-color: #E550DB; }
a { background-color: rgb(229,80,219); }
div.DivClassName
{
background-color: #E550DB;
}
.BgClassName
{
background-color: #E550DB;
}
</style>
border-color css
<style>
span { border-color: #E550DB; }
span { border-color: rgb(229,80,219); }
td.TdClassName
{
border-color: #E550DB;
}
.TagClassName
{
border-color: #E550DB;
}
</style>