Html Css Color HEX #E55FDB Free Speech Magenta
📋 copy color: '#E55FDB'red 229 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #E55FDB
Tints of Free Speech Magenta #E55FDB
RGB
CMYK
RGB Variations
Color information
#E55FDB (or 0xE55FDB) is known color: Free Speech Magenta. HEX triplet: E5, 5F and DB. RGB value is (229,95,219). Sum of RGB (Red+Green+Blue) = 229+95+219=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FDB is #1AA024. Grayscale: #949494. Windows color (decimal): -1744933 or 14376933. OLE color: 14376933.
HSL color Cylindrical-coordinate representation of color #E55FDB: hue angle of 304.48º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55FDB is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 219 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.10 |
| HSL | 304.48º | 0.72% | 0.64% | - |
| HSV(B) | 304.48º | 0.59% | 0.9% | - |
| XYZ | 49.19 | 29.96 | 70.21 | - |
| YUV | 149.2 | 167.39 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 219 | 0 | 0.59 | 0.04 | 0.10 | 304.48 | 0.72 | 0.64 |
| Hex | E5 | 5F | DB | 0 | 3B | 4 | A | 130 | 48 | 40 |
| Octal | 345 | 137 | 333 | 0 | 73 | 4 | 12 | 460 | 110 | 100 |
| Binary | 11100101 | 1011111 | 11011011 | 0 | 111011 | 100 | 1010 | 100110000 | 1001000 | 1000000 |
Color Harmonies of #E55FDB
Complementary color
Monochromatic Colors of #E55FDB
Black with #E55FDB
Text Example
Text Example
White with #E55FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FDB; }
p { color: rgb(229,95,219); }
H1.HeaderClassName
{
color: #E55FDB;
}
.AnyTagClassName
{
color: #E55FDB;
}
</style>
background-color css
<style>
a { background-color: #E55FDB; }
a { background-color: rgb(229,95,219); }
div.DivClassName
{
background-color: #E55FDB;
}
.BgClassName
{
background-color: #E55FDB;
}
</style>
border-color css
<style>
span { border-color: #E55FDB; }
span { border-color: rgb(229,95,219); }
td.TdClassName
{
border-color: #E55FDB;
}
.TagClassName
{
border-color: #E55FDB;
}
</style>