Html Css Color HEX #E54EDB Free Speech Magenta
📋 copy color: '#E54EDB'red 229 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #E54EDB
Tints of Free Speech Magenta #E54EDB
RGB
CMYK
RGB Variations
Color information
#E54EDB (or 0xE54EDB) is known color: Free Speech Magenta. HEX triplet: E5, 4E and DB. RGB value is (229,78,219). Sum of RGB (Red+Green+Blue) = 229+78+219=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 78 (30.86% from 255 or 14.83% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E54EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54EDB is #1AB124. Grayscale: #8A8A8A. Windows color (decimal): -1749285 or 14372581. OLE color: 14372581.
HSL color Cylindrical-coordinate representation of color #E54EDB: hue angle of 303.97º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54EDB is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 219 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.10 |
| HSL | 303.97º | 0.74% | 0.6% | - |
| HSV(B) | 303.97º | 0.66% | 0.9% | - |
| XYZ | 47.82 | 27.22 | 69.75 | - |
| YUV | 139.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 219 | 0 | 0.66 | 0.04 | 0.10 | 303.97 | 0.74 | 0.6 |
| Hex | E5 | 4E | DB | 0 | 42 | 4 | A | 130 | 4A | 3C |
| Octal | 345 | 116 | 333 | 0 | 102 | 4 | 12 | 460 | 112 | 74 |
| Binary | 11100101 | 1001110 | 11011011 | 0 | 1000010 | 100 | 1010 | 100110000 | 1001010 | 111100 |
Color Harmonies of #E54EDB
Complementary color
Monochromatic Colors of #E54EDB
Black with #E54EDB
Text Example
Text Example
White with #E54EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EDB; }
p { color: rgb(229,78,219); }
H1.HeaderClassName
{
color: #E54EDB;
}
.AnyTagClassName
{
color: #E54EDB;
}
</style>
background-color css
<style>
a { background-color: #E54EDB; }
a { background-color: rgb(229,78,219); }
div.DivClassName
{
background-color: #E54EDB;
}
.BgClassName
{
background-color: #E54EDB;
}
</style>
border-color css
<style>
span { border-color: #E54EDB; }
span { border-color: rgb(229,78,219); }
td.TdClassName
{
border-color: #E54EDB;
}
.TagClassName
{
border-color: #E54EDB;
}
</style>