Html Css Color HEX #E143DB Free Speech Magenta
📋 copy color: '#E143DB'red 225 ◦ green 67 ◦ blue 219
Shades of Free Speech Magenta #E143DB
Tints of Free Speech Magenta #E143DB
RGB
CMYK
RGB Variations
Color information
#E143DB (or 0xE143DB) is known color: Free Speech Magenta. HEX triplet: E1, 43 and DB. RGB value is (225,67,219). Sum of RGB (Red+Green+Blue) = 225+67+219=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 67 (26.56% from 255 or 13.11% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E143DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143DB is #1EBC24. Grayscale: #838383. Windows color (decimal): -2014245 or 14369761. OLE color: 14369761.
HSL color Cylindrical-coordinate representation of color #E143DB: hue angle of 302.28º 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 #E143DB is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 219 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.12 |
| HSL | 302.28º | 0.72% | 0.57% | - |
| HSV(B) | 302.28º | 0.7% | 0.88% | - |
| XYZ | 45.84 | 25.14 | 69.45 | - |
| YUV | 131.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 219 | 0 | 0.70 | 0.03 | 0.12 | 302.28 | 0.72 | 0.57 |
| Hex | E1 | 43 | DB | 0 | 46 | 3 | C | 12E | 48 | 39 |
| Octal | 341 | 103 | 333 | 0 | 106 | 3 | 14 | 456 | 110 | 71 |
| Binary | 11100001 | 1000011 | 11011011 | 0 | 1000110 | 11 | 1100 | 100101110 | 1001000 | 111001 |
Color Harmonies of #E143DB
Complementary color
Monochromatic Colors of #E143DB
Black with #E143DB
Text Example
Text Example
White with #E143DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143DB; }
p { color: rgb(225,67,219); }
H1.HeaderClassName
{
color: #E143DB;
}
.AnyTagClassName
{
color: #E143DB;
}
</style>
background-color css
<style>
a { background-color: #E143DB; }
a { background-color: rgb(225,67,219); }
div.DivClassName
{
background-color: #E143DB;
}
.BgClassName
{
background-color: #E143DB;
}
</style>
border-color css
<style>
span { border-color: #E143DB; }
span { border-color: rgb(225,67,219); }
td.TdClassName
{
border-color: #E143DB;
}
.TagClassName
{
border-color: #E143DB;
}
</style>