Html Css Color HEX #E154DB Free Speech Magenta
📋 copy color: '#E154DB'red 225 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #E154DB
Tints of Free Speech Magenta #E154DB
RGB
CMYK
RGB Variations
Color information
#E154DB (or 0xE154DB) is known color: Free Speech Magenta. HEX triplet: E1, 54 and DB. RGB value is (225,84,219). Sum of RGB (Red+Green+Blue) = 225+84+219=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E154DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154DB is #1EAB24. Grayscale: #8D8D8D. Windows color (decimal): -2009893 or 14374113. OLE color: 14374113.
HSL color Cylindrical-coordinate representation of color #E154DB: hue angle of 302.55º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E154DB is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 219 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.12 |
| HSL | 302.55º | 0.7% | 0.61% | - |
| HSV(B) | 302.55º | 0.63% | 0.88% | - |
| XYZ | 47.01 | 27.46 | 69.84 | - |
| YUV | 141.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 219 | 0 | 0.63 | 0.03 | 0.12 | 302.55 | 0.7 | 0.61 |
| Hex | E1 | 54 | DB | 0 | 3F | 3 | C | 12F | 46 | 3D |
| Octal | 341 | 124 | 333 | 0 | 77 | 3 | 14 | 457 | 106 | 75 |
| Binary | 11100001 | 1010100 | 11011011 | 0 | 111111 | 11 | 1100 | 100101111 | 1000110 | 111101 |
Color Harmonies of #E154DB
Complementary color
Monochromatic Colors of #E154DB
Black with #E154DB
Text Example
Text Example
White with #E154DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E154DB; }
p { color: rgb(225,84,219); }
H1.HeaderClassName
{
color: #E154DB;
}
.AnyTagClassName
{
color: #E154DB;
}
</style>
background-color css
<style>
a { background-color: #E154DB; }
a { background-color: rgb(225,84,219); }
div.DivClassName
{
background-color: #E154DB;
}
.BgClassName
{
background-color: #E154DB;
}
</style>
border-color css
<style>
span { border-color: #E154DB; }
span { border-color: rgb(225,84,219); }
td.TdClassName
{
border-color: #E154DB;
}
.TagClassName
{
border-color: #E154DB;
}
</style>