Html Css Color HEX #E14ADB Free Speech Magenta
📋 copy color: '#E14ADB'red 225 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #E14ADB
Tints of Free Speech Magenta #E14ADB
RGB
CMYK
RGB Variations
Color information
#E14ADB (or 0xE14ADB) is known color: Free Speech Magenta. HEX triplet: E1, 4A and DB. RGB value is (225,74,219). Sum of RGB (Red+Green+Blue) = 225+74+219=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E14ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14ADB is #1EB524. Grayscale: #878787. Windows color (decimal): -2012453 or 14371553. OLE color: 14371553.
HSL color Cylindrical-coordinate representation of color #E14ADB: hue angle of 302.38º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14ADB is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 219 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.12 |
| HSL | 302.38º | 0.72% | 0.59% | - |
| HSV(B) | 302.38º | 0.67% | 0.88% | - |
| XYZ | 46.29 | 26.02 | 69.6 | - |
| YUV | 135.68 | 175.03 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 219 | 0 | 0.67 | 0.03 | 0.12 | 302.38 | 0.72 | 0.59 |
| Hex | E1 | 4A | DB | 0 | 43 | 3 | C | 12E | 48 | 3B |
| Octal | 341 | 112 | 333 | 0 | 103 | 3 | 14 | 456 | 110 | 73 |
| Binary | 11100001 | 1001010 | 11011011 | 0 | 1000011 | 11 | 1100 | 100101110 | 1001000 | 111011 |
Color Harmonies of #E14ADB
Complementary color
Monochromatic Colors of #E14ADB
Black with #E14ADB
Text Example
Text Example
White with #E14ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14ADB; }
p { color: rgb(225,74,219); }
H1.HeaderClassName
{
color: #E14ADB;
}
.AnyTagClassName
{
color: #E14ADB;
}
</style>
background-color css
<style>
a { background-color: #E14ADB; }
a { background-color: rgb(225,74,219); }
div.DivClassName
{
background-color: #E14ADB;
}
.BgClassName
{
background-color: #E14ADB;
}
</style>
border-color css
<style>
span { border-color: #E14ADB; }
span { border-color: rgb(225,74,219); }
td.TdClassName
{
border-color: #E14ADB;
}
.TagClassName
{
border-color: #E14ADB;
}
</style>