Html Css Color HEX #E055DB Free Speech Magenta
📋 copy color: '#E055DB'red 224 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #E055DB
Tints of Free Speech Magenta #E055DB
RGB
CMYK
RGB Variations
Color information
#E055DB (or 0xE055DB) is known color: Free Speech Magenta. HEX triplet: E0, 55 and DB. RGB value is (224,85,219). Sum of RGB (Red+Green+Blue) = 224+85+219=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E055DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E055DB is #1FAA24. Grayscale: #8D8D8D. Windows color (decimal): -2075173 or 14374368. OLE color: 14374368.
HSL color Cylindrical-coordinate representation of color #E055DB: hue angle of 302.16º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E055DB is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 219 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.12 |
| HSL | 302.16º | 0.69% | 0.61% | - |
| HSV(B) | 302.16º | 0.62% | 0.88% | - |
| XYZ | 46.78 | 27.46 | 69.85 | - |
| YUV | 141.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 219 | 0 | 0.62 | 0.02 | 0.12 | 302.16 | 0.69 | 0.61 |
| Hex | E0 | 55 | DB | 0 | 3E | 2 | C | 12E | 45 | 3D |
| Octal | 340 | 125 | 333 | 0 | 76 | 2 | 14 | 456 | 105 | 75 |
| Binary | 11100000 | 1010101 | 11011011 | 0 | 111110 | 10 | 1100 | 100101110 | 1000101 | 111101 |
Color Harmonies of #E055DB
Complementary color
Monochromatic Colors of #E055DB
Black with #E055DB
Text Example
Text Example
White with #E055DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E055DB; }
p { color: rgb(224,85,219); }
H1.HeaderClassName
{
color: #E055DB;
}
.AnyTagClassName
{
color: #E055DB;
}
</style>
background-color css
<style>
a { background-color: #E055DB; }
a { background-color: rgb(224,85,219); }
div.DivClassName
{
background-color: #E055DB;
}
.BgClassName
{
background-color: #E055DB;
}
</style>
border-color css
<style>
span { border-color: #E055DB; }
span { border-color: rgb(224,85,219); }
td.TdClassName
{
border-color: #E055DB;
}
.TagClassName
{
border-color: #E055DB;
}
</style>