Html Css Color HEX #E54DDB Free Speech Magenta
📋 copy color: '#E54DDB'red 229 ◦ green 77 ◦ blue 219
Shades of Free Speech Magenta #E54DDB
Tints of Free Speech Magenta #E54DDB
RGB
CMYK
RGB Variations
Color information
#E54DDB (or 0xE54DDB) is known color: Free Speech Magenta. HEX triplet: E5, 4D and DB. RGB value is (229,77,219). Sum of RGB (Red+Green+Blue) = 229+77+219=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54DDB is #1AB224. Grayscale: #8A8A8A. Windows color (decimal): -1749541 or 14372325. OLE color: 14372325.
HSL color Cylindrical-coordinate representation of color #E54DDB: hue angle of 303.95º degrees, saturation: 0.75, 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 #E54DDB is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 219 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.10 |
| HSL | 303.95º | 0.75% | 0.6% | - |
| HSV(B) | 303.95º | 0.66% | 0.9% | - |
| XYZ | 47.75 | 27.08 | 69.73 | - |
| YUV | 138.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 219 | 0 | 0.66 | 0.04 | 0.10 | 303.95 | 0.75 | 0.6 |
| Hex | E5 | 4D | DB | 0 | 42 | 4 | A | 130 | 4B | 3C |
| Octal | 345 | 115 | 333 | 0 | 102 | 4 | 12 | 460 | 113 | 74 |
| Binary | 11100101 | 1001101 | 11011011 | 0 | 1000010 | 100 | 1010 | 100110000 | 1001011 | 111100 |
Color Harmonies of #E54DDB
Complementary color
Monochromatic Colors of #E54DDB
Black with #E54DDB
Text Example
Text Example
White with #E54DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DDB; }
p { color: rgb(229,77,219); }
H1.HeaderClassName
{
color: #E54DDB;
}
.AnyTagClassName
{
color: #E54DDB;
}
</style>
background-color css
<style>
a { background-color: #E54DDB; }
a { background-color: rgb(229,77,219); }
div.DivClassName
{
background-color: #E54DDB;
}
.BgClassName
{
background-color: #E54DDB;
}
</style>
border-color css
<style>
span { border-color: #E54DDB; }
span { border-color: rgb(229,77,219); }
td.TdClassName
{
border-color: #E54DDB;
}
.TagClassName
{
border-color: #E54DDB;
}
</style>