Html Css Color HEX #E155DB Free Speech Magenta
📋 copy color: '#E155DB'red 225 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #E155DB
Tints of Free Speech Magenta #E155DB
RGB
CMYK
RGB Variations
Color information
#E155DB (or 0xE155DB) is known color: Free Speech Magenta. HEX triplet: E1, 55 and DB. RGB value is (225,85,219). Sum of RGB (Red+Green+Blue) = 225+85+219=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E155DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155DB is #1EAA24. Grayscale: #8D8D8D. Windows color (decimal): -2009637 or 14374369. OLE color: 14374369.
HSL color Cylindrical-coordinate representation of color #E155DB: hue angle of 302.57º degrees, saturation: 0.7, 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 #E155DB is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 219 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.12 |
| HSL | 302.57º | 0.7% | 0.61% | - |
| HSV(B) | 302.57º | 0.62% | 0.88% | - |
| XYZ | 47.09 | 27.62 | 69.87 | - |
| YUV | 142.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 219 | 0 | 0.62 | 0.03 | 0.12 | 302.57 | 0.7 | 0.61 |
| Hex | E1 | 55 | DB | 0 | 3E | 3 | C | 12F | 46 | 3D |
| Octal | 341 | 125 | 333 | 0 | 76 | 3 | 14 | 457 | 106 | 75 |
| Binary | 11100001 | 1010101 | 11011011 | 0 | 111110 | 11 | 1100 | 100101111 | 1000110 | 111101 |
Color Harmonies of #E155DB
Complementary color
Monochromatic Colors of #E155DB
Black with #E155DB
Text Example
Text Example
White with #E155DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155DB; }
p { color: rgb(225,85,219); }
H1.HeaderClassName
{
color: #E155DB;
}
.AnyTagClassName
{
color: #E155DB;
}
</style>
background-color css
<style>
a { background-color: #E155DB; }
a { background-color: rgb(225,85,219); }
div.DivClassName
{
background-color: #E155DB;
}
.BgClassName
{
background-color: #E155DB;
}
</style>
border-color css
<style>
span { border-color: #E155DB; }
span { border-color: rgb(225,85,219); }
td.TdClassName
{
border-color: #E155DB;
}
.TagClassName
{
border-color: #E155DB;
}
</style>