Html Css Color HEX #E55CDB Free Speech Magenta
📋 copy color: '#E55CDB'red 229 ◦ green 92 ◦ blue 219
Shades of Free Speech Magenta #E55CDB
Tints of Free Speech Magenta #E55CDB
RGB
CMYK
RGB Variations
Color information
#E55CDB (or 0xE55CDB) is known color: Free Speech Magenta. HEX triplet: E5, 5C and DB. RGB value is (229,92,219). Sum of RGB (Red+Green+Blue) = 229+92+219=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55CDB is #1AA324. Grayscale: #939393. Windows color (decimal): -1745701 or 14376165. OLE color: 14376165.
HSL color Cylindrical-coordinate representation of color #E55CDB: hue angle of 304.38º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55CDB is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 219 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.10 |
| HSL | 304.38º | 0.72% | 0.63% | - |
| HSV(B) | 304.38º | 0.6% | 0.9% | - |
| XYZ | 48.93 | 29.43 | 70.12 | - |
| YUV | 147.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 219 | 0 | 0.60 | 0.04 | 0.10 | 304.38 | 0.72 | 0.63 |
| Hex | E5 | 5C | DB | 0 | 3C | 4 | A | 130 | 48 | 3F |
| Octal | 345 | 134 | 333 | 0 | 74 | 4 | 12 | 460 | 110 | 77 |
| Binary | 11100101 | 1011100 | 11011011 | 0 | 111100 | 100 | 1010 | 100110000 | 1001000 | 111111 |
Color Harmonies of #E55CDB
Complementary color
Monochromatic Colors of #E55CDB
Black with #E55CDB
Text Example
Text Example
White with #E55CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55CDB; }
p { color: rgb(229,92,219); }
H1.HeaderClassName
{
color: #E55CDB;
}
.AnyTagClassName
{
color: #E55CDB;
}
</style>
background-color css
<style>
a { background-color: #E55CDB; }
a { background-color: rgb(229,92,219); }
div.DivClassName
{
background-color: #E55CDB;
}
.BgClassName
{
background-color: #E55CDB;
}
</style>
border-color css
<style>
span { border-color: #E55CDB; }
span { border-color: rgb(229,92,219); }
td.TdClassName
{
border-color: #E55CDB;
}
.TagClassName
{
border-color: #E55CDB;
}
</style>