Html Css Color HEX #E14EDB Free Speech Magenta
📋 copy color: '#E14EDB'red 225 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #E14EDB
Tints of Free Speech Magenta #E14EDB
RGB
CMYK
RGB Variations
Color information
#E14EDB (or 0xE14EDB) is known color: Free Speech Magenta. HEX triplet: E1, 4E and DB. RGB value is (225,78,219). Sum of RGB (Red+Green+Blue) = 225+78+219=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E14EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14EDB is #1EB124. Grayscale: #898989. Windows color (decimal): -2011429 or 14372577. OLE color: 14372577.
HSL color Cylindrical-coordinate representation of color #E14EDB: hue angle of 302.45º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14EDB is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 219 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.12 |
| HSL | 302.45º | 0.71% | 0.59% | - |
| HSV(B) | 302.45º | 0.65% | 0.88% | - |
| XYZ | 46.56 | 26.57 | 69.69 | - |
| YUV | 138.03 | 173.7 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 219 | 0 | 0.65 | 0.03 | 0.12 | 302.45 | 0.71 | 0.59 |
| Hex | E1 | 4E | DB | 0 | 41 | 3 | C | 12E | 47 | 3B |
| Octal | 341 | 116 | 333 | 0 | 101 | 3 | 14 | 456 | 107 | 73 |
| Binary | 11100001 | 1001110 | 11011011 | 0 | 1000001 | 11 | 1100 | 100101110 | 1000111 | 111011 |
Color Harmonies of #E14EDB
Complementary color
Monochromatic Colors of #E14EDB
Black with #E14EDB
Text Example
Text Example
White with #E14EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14EDB; }
p { color: rgb(225,78,219); }
H1.HeaderClassName
{
color: #E14EDB;
}
.AnyTagClassName
{
color: #E14EDB;
}
</style>
background-color css
<style>
a { background-color: #E14EDB; }
a { background-color: rgb(225,78,219); }
div.DivClassName
{
background-color: #E14EDB;
}
.BgClassName
{
background-color: #E14EDB;
}
</style>
border-color css
<style>
span { border-color: #E14EDB; }
span { border-color: rgb(225,78,219); }
td.TdClassName
{
border-color: #E14EDB;
}
.TagClassName
{
border-color: #E14EDB;
}
</style>