Html Css Color HEX #E53BDB Free Speech Magenta
📋 copy color: '#E53BDB'red 229 ◦ green 59 ◦ blue 219
Shades of Free Speech Magenta #E53BDB
Tints of Free Speech Magenta #E53BDB
RGB
CMYK
RGB Variations
Color information
#E53BDB (or 0xE53BDB) is known color: Free Speech Magenta. HEX triplet: E5, 3B and DB. RGB value is (229,59,219). Sum of RGB (Red+Green+Blue) = 229+59+219=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BDB is #1AC424. Grayscale: #7F7F7F. Windows color (decimal): -1754149 or 14367717. OLE color: 14367717.
HSL color Cylindrical-coordinate representation of color #E53BDB: hue angle of 303.53º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53BDB is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 219 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.10 |
| HSL | 303.53º | 0.77% | 0.56% | - |
| HSV(B) | 303.53º | 0.74% | 0.9% | - |
| XYZ | 46.66 | 24.9 | 69.36 | - |
| YUV | 128.07 | 179.32 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 219 | 0 | 0.74 | 0.04 | 0.10 | 303.53 | 0.77 | 0.56 |
| Hex | E5 | 3B | DB | 0 | 4A | 4 | A | 130 | 4D | 38 |
| Octal | 345 | 73 | 333 | 0 | 112 | 4 | 12 | 460 | 115 | 70 |
| Binary | 11100101 | 111011 | 11011011 | 0 | 1001010 | 100 | 1010 | 100110000 | 1001101 | 111000 |
Color Harmonies of #E53BDB
Complementary color
Monochromatic Colors of #E53BDB
Black with #E53BDB
Text Example
Text Example
White with #E53BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53BDB; }
p { color: rgb(229,59,219); }
H1.HeaderClassName
{
color: #E53BDB;
}
.AnyTagClassName
{
color: #E53BDB;
}
</style>
background-color css
<style>
a { background-color: #E53BDB; }
a { background-color: rgb(229,59,219); }
div.DivClassName
{
background-color: #E53BDB;
}
.BgClassName
{
background-color: #E53BDB;
}
</style>
border-color css
<style>
span { border-color: #E53BDB; }
span { border-color: rgb(229,59,219); }
td.TdClassName
{
border-color: #E53BDB;
}
.TagClassName
{
border-color: #E53BDB;
}
</style>