Html Css Color HEX #E142DB Free Speech Magenta
📋 copy color: '#E142DB'red 225 ◦ green 66 ◦ blue 219
Shades of Free Speech Magenta #E142DB
Tints of Free Speech Magenta #E142DB
RGB
CMYK
RGB Variations
Color information
#E142DB (or 0xE142DB) is known color: Free Speech Magenta. HEX triplet: E1, 42 and DB. RGB value is (225,66,219). Sum of RGB (Red+Green+Blue) = 225+66+219=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E142DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E142DB is #1EBD24. Grayscale: #828282. Windows color (decimal): -2014501 or 14369505. OLE color: 14369505.
HSL color Cylindrical-coordinate representation of color #E142DB: hue angle of 302.26º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E142DB is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 219 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.12 |
| HSL | 302.26º | 0.73% | 0.57% | - |
| HSV(B) | 302.26º | 0.71% | 0.88% | - |
| XYZ | 45.79 | 25.02 | 69.43 | - |
| YUV | 130.98 | 177.68 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 219 | 0 | 0.71 | 0.03 | 0.12 | 302.26 | 0.73 | 0.57 |
| Hex | E1 | 42 | DB | 0 | 47 | 3 | C | 12E | 49 | 39 |
| Octal | 341 | 102 | 333 | 0 | 107 | 3 | 14 | 456 | 111 | 71 |
| Binary | 11100001 | 1000010 | 11011011 | 0 | 1000111 | 11 | 1100 | 100101110 | 1001001 | 111001 |
Color Harmonies of #E142DB
Complementary color
Monochromatic Colors of #E142DB
Black with #E142DB
Text Example
Text Example
White with #E142DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E142DB; }
p { color: rgb(225,66,219); }
H1.HeaderClassName
{
color: #E142DB;
}
.AnyTagClassName
{
color: #E142DB;
}
</style>
background-color css
<style>
a { background-color: #E142DB; }
a { background-color: rgb(225,66,219); }
div.DivClassName
{
background-color: #E142DB;
}
.BgClassName
{
background-color: #E142DB;
}
</style>
border-color css
<style>
span { border-color: #E142DB; }
span { border-color: rgb(225,66,219); }
td.TdClassName
{
border-color: #E142DB;
}
.TagClassName
{
border-color: #E142DB;
}
</style>