Html Css Color HEX #E545DB Free Speech Magenta
📋 copy color: '#E545DB'red 229 ◦ green 69 ◦ blue 219
Shades of Free Speech Magenta #E545DB
Tints of Free Speech Magenta #E545DB
RGB
CMYK
RGB Variations
Color information
#E545DB (or 0xE545DB) is known color: Free Speech Magenta. HEX triplet: E5, 45 and DB. RGB value is (229,69,219). Sum of RGB (Red+Green+Blue) = 229+69+219=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 69 (27.34% from 255 or 13.35% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E545DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545DB is #1ABA24. Grayscale: #858585. Windows color (decimal): -1751589 or 14370277. OLE color: 14370277.
HSL color Cylindrical-coordinate representation of color #E545DB: hue angle of 303.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E545DB is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 219 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.10 |
| HSL | 303.75º | 0.75% | 0.58% | - |
| HSV(B) | 303.75º | 0.7% | 0.9% | - |
| XYZ | 47.23 | 26.03 | 69.55 | - |
| YUV | 133.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 219 | 0 | 0.70 | 0.04 | 0.10 | 303.75 | 0.75 | 0.58 |
| Hex | E5 | 45 | DB | 0 | 46 | 4 | A | 130 | 4B | 3A |
| Octal | 345 | 105 | 333 | 0 | 106 | 4 | 12 | 460 | 113 | 72 |
| Binary | 11100101 | 1000101 | 11011011 | 0 | 1000110 | 100 | 1010 | 100110000 | 1001011 | 111010 |
Color Harmonies of #E545DB
Complementary color
Monochromatic Colors of #E545DB
Black with #E545DB
Text Example
Text Example
White with #E545DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545DB; }
p { color: rgb(229,69,219); }
H1.HeaderClassName
{
color: #E545DB;
}
.AnyTagClassName
{
color: #E545DB;
}
</style>
background-color css
<style>
a { background-color: #E545DB; }
a { background-color: rgb(229,69,219); }
div.DivClassName
{
background-color: #E545DB;
}
.BgClassName
{
background-color: #E545DB;
}
</style>
border-color css
<style>
span { border-color: #E545DB; }
span { border-color: rgb(229,69,219); }
td.TdClassName
{
border-color: #E545DB;
}
.TagClassName
{
border-color: #E545DB;
}
</style>