Html Css Color HEX #E54FDB Free Speech Magenta
📋 copy color: '#E54FDB'red 229 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #E54FDB
Tints of Free Speech Magenta #E54FDB
RGB
CMYK
RGB Variations
Color information
#E54FDB (or 0xE54FDB) is known color: Free Speech Magenta. HEX triplet: E5, 4F and DB. RGB value is (229,79,219). Sum of RGB (Red+Green+Blue) = 229+79+219=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54FDB is #1AB024. Grayscale: #8B8B8B. Windows color (decimal): -1749029 or 14372837. OLE color: 14372837.
HSL color Cylindrical-coordinate representation of color #E54FDB: hue angle of 304º 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 #E54FDB is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 219 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.10 |
| HSL | 304º | 0.74% | 0.6% | - |
| HSV(B) | 304º | 0.66% | 0.9% | - |
| XYZ | 47.9 | 27.36 | 69.78 | - |
| YUV | 139.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 219 | 0 | 0.66 | 0.04 | 0.10 | 304 | 0.74 | 0.6 |
| Hex | E5 | 4F | DB | 0 | 42 | 4 | A | 130 | 4A | 3C |
| Octal | 345 | 117 | 333 | 0 | 102 | 4 | 12 | 460 | 112 | 74 |
| Binary | 11100101 | 1001111 | 11011011 | 0 | 1000010 | 100 | 1010 | 100110000 | 1001010 | 111100 |
Color Harmonies of #E54FDB
Complementary color
Monochromatic Colors of #E54FDB
Black with #E54FDB
Text Example
Text Example
White with #E54FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54FDB; }
p { color: rgb(229,79,219); }
H1.HeaderClassName
{
color: #E54FDB;
}
.AnyTagClassName
{
color: #E54FDB;
}
</style>
background-color css
<style>
a { background-color: #E54FDB; }
a { background-color: rgb(229,79,219); }
div.DivClassName
{
background-color: #E54FDB;
}
.BgClassName
{
background-color: #E54FDB;
}
</style>
border-color css
<style>
span { border-color: #E54FDB; }
span { border-color: rgb(229,79,219); }
td.TdClassName
{
border-color: #E54FDB;
}
.TagClassName
{
border-color: #E54FDB;
}
</style>