Html Css Color HEX #E54CDB Free Speech Magenta
📋 copy color: '#E54CDB'red 229 ◦ green 76 ◦ blue 219
Shades of Free Speech Magenta #E54CDB
Tints of Free Speech Magenta #E54CDB
RGB
CMYK
RGB Variations
Color information
#E54CDB (or 0xE54CDB) is known color: Free Speech Magenta. HEX triplet: E5, 4C and DB. RGB value is (229,76,219). Sum of RGB (Red+Green+Blue) = 229+76+219=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CDB is #1AB324. Grayscale: #898989. Windows color (decimal): -1749797 or 14372069. OLE color: 14372069.
HSL color Cylindrical-coordinate representation of color #E54CDB: hue angle of 303.92º 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 #E54CDB is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 219 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.10 |
| HSL | 303.92º | 0.75% | 0.6% | - |
| HSV(B) | 303.92º | 0.67% | 0.9% | - |
| XYZ | 47.68 | 26.94 | 69.7 | - |
| YUV | 138.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 219 | 0 | 0.67 | 0.04 | 0.10 | 303.92 | 0.75 | 0.6 |
| Hex | E5 | 4C | DB | 0 | 43 | 4 | A | 130 | 4B | 3C |
| Octal | 345 | 114 | 333 | 0 | 103 | 4 | 12 | 460 | 113 | 74 |
| Binary | 11100101 | 1001100 | 11011011 | 0 | 1000011 | 100 | 1010 | 100110000 | 1001011 | 111100 |
Color Harmonies of #E54CDB
Complementary color
Monochromatic Colors of #E54CDB
Black with #E54CDB
Text Example
Text Example
White with #E54CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CDB; }
p { color: rgb(229,76,219); }
H1.HeaderClassName
{
color: #E54CDB;
}
.AnyTagClassName
{
color: #E54CDB;
}
</style>
background-color css
<style>
a { background-color: #E54CDB; }
a { background-color: rgb(229,76,219); }
div.DivClassName
{
background-color: #E54CDB;
}
.BgClassName
{
background-color: #E54CDB;
}
</style>
border-color css
<style>
span { border-color: #E54CDB; }
span { border-color: rgb(229,76,219); }
td.TdClassName
{
border-color: #E54CDB;
}
.TagClassName
{
border-color: #E54CDB;
}
</style>