Html Css Color HEX #E53DDB Free Speech Magenta
📋 copy color: '#E53DDB'red 229 ◦ green 61 ◦ blue 219
Shades of Free Speech Magenta #E53DDB
Tints of Free Speech Magenta #E53DDB
RGB
CMYK
RGB Variations
Color information
#E53DDB (or 0xE53DDB) is known color: Free Speech Magenta. HEX triplet: E5, 3D and DB. RGB value is (229,61,219). Sum of RGB (Red+Green+Blue) = 229+61+219=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53DDB is #1AC224. Grayscale: #808080. Windows color (decimal): -1753637 or 14368229. OLE color: 14368229.
HSL color Cylindrical-coordinate representation of color #E53DDB: hue angle of 303.57º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53DDB is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 219 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.10 |
| HSL | 303.57º | 0.76% | 0.57% | - |
| HSV(B) | 303.57º | 0.73% | 0.9% | - |
| XYZ | 46.77 | 25.11 | 69.4 | - |
| YUV | 129.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 219 | 0 | 0.73 | 0.04 | 0.10 | 303.57 | 0.76 | 0.57 |
| Hex | E5 | 3D | DB | 0 | 49 | 4 | A | 130 | 4C | 39 |
| Octal | 345 | 75 | 333 | 0 | 111 | 4 | 12 | 460 | 114 | 71 |
| Binary | 11100101 | 111101 | 11011011 | 0 | 1001001 | 100 | 1010 | 100110000 | 1001100 | 111001 |
Color Harmonies of #E53DDB
Complementary color
Monochromatic Colors of #E53DDB
Black with #E53DDB
Text Example
Text Example
White with #E53DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53DDB; }
p { color: rgb(229,61,219); }
H1.HeaderClassName
{
color: #E53DDB;
}
.AnyTagClassName
{
color: #E53DDB;
}
</style>
background-color css
<style>
a { background-color: #E53DDB; }
a { background-color: rgb(229,61,219); }
div.DivClassName
{
background-color: #E53DDB;
}
.BgClassName
{
background-color: #E53DDB;
}
</style>
border-color css
<style>
span { border-color: #E53DDB; }
span { border-color: rgb(229,61,219); }
td.TdClassName
{
border-color: #E53DDB;
}
.TagClassName
{
border-color: #E53DDB;
}
</style>