Html Css Color HEX #E146DB Free Speech Magenta
📋 copy color: '#E146DB'red 225 ◦ green 70 ◦ blue 219
Shades of Free Speech Magenta #E146DB
Tints of Free Speech Magenta #E146DB
RGB
CMYK
RGB Variations
Color information
#E146DB (or 0xE146DB) is known color: Free Speech Magenta. HEX triplet: E1, 46 and DB. RGB value is (225,70,219). Sum of RGB (Red+Green+Blue) = 225+70+219=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E146DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146DB is #1EB924. Grayscale: #848484. Windows color (decimal): -2013477 or 14370529. OLE color: 14370529.
HSL color Cylindrical-coordinate representation of color #E146DB: hue angle of 302.32º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E146DB is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 219 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.12 |
| HSL | 302.32º | 0.72% | 0.58% | - |
| HSV(B) | 302.32º | 0.69% | 0.88% | - |
| XYZ | 46.03 | 25.5 | 69.51 | - |
| YUV | 133.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 219 | 0 | 0.69 | 0.03 | 0.12 | 302.32 | 0.72 | 0.58 |
| Hex | E1 | 46 | DB | 0 | 45 | 3 | C | 12E | 48 | 3A |
| Octal | 341 | 106 | 333 | 0 | 105 | 3 | 14 | 456 | 110 | 72 |
| Binary | 11100001 | 1000110 | 11011011 | 0 | 1000101 | 11 | 1100 | 100101110 | 1001000 | 111010 |
Color Harmonies of #E146DB
Complementary color
Monochromatic Colors of #E146DB
Black with #E146DB
Text Example
Text Example
White with #E146DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E146DB; }
p { color: rgb(225,70,219); }
H1.HeaderClassName
{
color: #E146DB;
}
.AnyTagClassName
{
color: #E146DB;
}
</style>
background-color css
<style>
a { background-color: #E146DB; }
a { background-color: rgb(225,70,219); }
div.DivClassName
{
background-color: #E146DB;
}
.BgClassName
{
background-color: #E146DB;
}
</style>
border-color css
<style>
span { border-color: #E146DB; }
span { border-color: rgb(225,70,219); }
td.TdClassName
{
border-color: #E146DB;
}
.TagClassName
{
border-color: #E146DB;
}
</style>