Html Css Color HEX #E148DB Free Speech Magenta
📋 copy color: '#E148DB'red 225 ◦ green 72 ◦ blue 219
Shades of Free Speech Magenta #E148DB
Tints of Free Speech Magenta #E148DB
RGB
CMYK
RGB Variations
Color information
#E148DB (or 0xE148DB) is known color: Free Speech Magenta. HEX triplet: E1, 48 and DB. RGB value is (225,72,219). Sum of RGB (Red+Green+Blue) = 225+72+219=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 72 (28.52% from 255 or 13.95% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E148DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148DB is #1EB724. Grayscale: #868686. Windows color (decimal): -2012965 or 14371041. OLE color: 14371041.
HSL color Cylindrical-coordinate representation of color #E148DB: hue angle of 302.35º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E148DB is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 219 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.12 |
| HSL | 302.35º | 0.72% | 0.58% | - |
| HSV(B) | 302.35º | 0.68% | 0.88% | - |
| XYZ | 46.15 | 25.76 | 69.56 | - |
| YUV | 134.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 219 | 0 | 0.68 | 0.03 | 0.12 | 302.35 | 0.72 | 0.58 |
| Hex | E1 | 48 | DB | 0 | 44 | 3 | C | 12E | 48 | 3A |
| Octal | 341 | 110 | 333 | 0 | 104 | 3 | 14 | 456 | 110 | 72 |
| Binary | 11100001 | 1001000 | 11011011 | 0 | 1000100 | 11 | 1100 | 100101110 | 1001000 | 111010 |
Color Harmonies of #E148DB
Complementary color
Monochromatic Colors of #E148DB
Black with #E148DB
Text Example
Text Example
White with #E148DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E148DB; }
p { color: rgb(225,72,219); }
H1.HeaderClassName
{
color: #E148DB;
}
.AnyTagClassName
{
color: #E148DB;
}
</style>
background-color css
<style>
a { background-color: #E148DB; }
a { background-color: rgb(225,72,219); }
div.DivClassName
{
background-color: #E148DB;
}
.BgClassName
{
background-color: #E148DB;
}
</style>
border-color css
<style>
span { border-color: #E148DB; }
span { border-color: rgb(225,72,219); }
td.TdClassName
{
border-color: #E148DB;
}
.TagClassName
{
border-color: #E148DB;
}
</style>