Html Css Color HEX #E144DB Free Speech Magenta
📋 copy color: '#E144DB'red 225 ◦ green 68 ◦ blue 219
Shades of Free Speech Magenta #E144DB
Tints of Free Speech Magenta #E144DB
RGB
CMYK
RGB Variations
Color information
#E144DB (or 0xE144DB) is known color: Free Speech Magenta. HEX triplet: E1, 44 and DB. RGB value is (225,68,219). Sum of RGB (Red+Green+Blue) = 225+68+219=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 68 (26.95% from 255 or 13.28% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E144DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144DB is #1EBB24. Grayscale: #838383. Windows color (decimal): -2013989 or 14370017. OLE color: 14370017.
HSL color Cylindrical-coordinate representation of color #E144DB: hue angle of 302.29º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E144DB is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 219 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.12 |
| HSL | 302.29º | 0.72% | 0.57% | - |
| HSV(B) | 302.29º | 0.7% | 0.88% | - |
| XYZ | 45.9 | 25.26 | 69.47 | - |
| YUV | 132.16 | 177.01 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 219 | 0 | 0.70 | 0.03 | 0.12 | 302.29 | 0.72 | 0.57 |
| Hex | E1 | 44 | DB | 0 | 46 | 3 | C | 12E | 48 | 39 |
| Octal | 341 | 104 | 333 | 0 | 106 | 3 | 14 | 456 | 110 | 71 |
| Binary | 11100001 | 1000100 | 11011011 | 0 | 1000110 | 11 | 1100 | 100101110 | 1001000 | 111001 |
Color Harmonies of #E144DB
Complementary color
Monochromatic Colors of #E144DB
Black with #E144DB
Text Example
Text Example
White with #E144DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E144DB; }
p { color: rgb(225,68,219); }
H1.HeaderClassName
{
color: #E144DB;
}
.AnyTagClassName
{
color: #E144DB;
}
</style>
background-color css
<style>
a { background-color: #E144DB; }
a { background-color: rgb(225,68,219); }
div.DivClassName
{
background-color: #E144DB;
}
.BgClassName
{
background-color: #E144DB;
}
</style>
border-color css
<style>
span { border-color: #E144DB; }
span { border-color: rgb(225,68,219); }
td.TdClassName
{
border-color: #E144DB;
}
.TagClassName
{
border-color: #E144DB;
}
</style>