Html Css Color HEX #E54BDB Free Speech Magenta
📋 copy color: '#E54BDB'red 229 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #E54BDB
Tints of Free Speech Magenta #E54BDB
RGB
CMYK
RGB Variations
Color information
#E54BDB (or 0xE54BDB) is known color: Free Speech Magenta. HEX triplet: E5, 4B and DB. RGB value is (229,75,219). Sum of RGB (Red+Green+Blue) = 229+75+219=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 75 (29.69% from 255 or 14.34% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E54BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54BDB is #1AB424. Grayscale: #898989. Windows color (decimal): -1750053 or 14371813. OLE color: 14371813.
HSL color Cylindrical-coordinate representation of color #E54BDB: hue angle of 303.9º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54BDB is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 219 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.10 |
| HSL | 303.9º | 0.75% | 0.6% | - |
| HSV(B) | 303.9º | 0.67% | 0.9% | - |
| XYZ | 47.62 | 26.8 | 69.68 | - |
| YUV | 137.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 219 | 0 | 0.67 | 0.04 | 0.10 | 303.9 | 0.75 | 0.6 |
| Hex | E5 | 4B | DB | 0 | 43 | 4 | A | 130 | 4B | 3C |
| Octal | 345 | 113 | 333 | 0 | 103 | 4 | 12 | 460 | 113 | 74 |
| Binary | 11100101 | 1001011 | 11011011 | 0 | 1000011 | 100 | 1010 | 100110000 | 1001011 | 111100 |
Color Harmonies of #E54BDB
Complementary color
Monochromatic Colors of #E54BDB
Black with #E54BDB
Text Example
Text Example
White with #E54BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54BDB; }
p { color: rgb(229,75,219); }
H1.HeaderClassName
{
color: #E54BDB;
}
.AnyTagClassName
{
color: #E54BDB;
}
</style>
background-color css
<style>
a { background-color: #E54BDB; }
a { background-color: rgb(229,75,219); }
div.DivClassName
{
background-color: #E54BDB;
}
.BgClassName
{
background-color: #E54BDB;
}
</style>
border-color css
<style>
span { border-color: #E54BDB; }
span { border-color: rgb(229,75,219); }
td.TdClassName
{
border-color: #E54BDB;
}
.TagClassName
{
border-color: #E54BDB;
}
</style>