Html Css Color HEX #E14CDB Free Speech Magenta
📋 copy color: '#E14CDB'red 225 ◦ green 76 ◦ blue 219
Shades of Free Speech Magenta #E14CDB
Tints of Free Speech Magenta #E14CDB
RGB
CMYK
RGB Variations
Color information
#E14CDB (or 0xE14CDB) is known color: Free Speech Magenta. HEX triplet: E1, 4C and DB. RGB value is (225,76,219). Sum of RGB (Red+Green+Blue) = 225+76+219=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CDB is #1EB324. Grayscale: #888888. Windows color (decimal): -2011941 or 14372065. OLE color: 14372065.
HSL color Cylindrical-coordinate representation of color #E14CDB: hue angle of 302.42º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14CDB is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 219 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.12 |
| HSL | 302.42º | 0.71% | 0.59% | - |
| HSV(B) | 302.42º | 0.66% | 0.88% | - |
| XYZ | 46.42 | 26.29 | 69.65 | - |
| YUV | 136.85 | 174.36 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 219 | 0 | 0.66 | 0.03 | 0.12 | 302.42 | 0.71 | 0.59 |
| Hex | E1 | 4C | DB | 0 | 42 | 3 | C | 12E | 47 | 3B |
| Octal | 341 | 114 | 333 | 0 | 102 | 3 | 14 | 456 | 107 | 73 |
| Binary | 11100001 | 1001100 | 11011011 | 0 | 1000010 | 11 | 1100 | 100101110 | 1000111 | 111011 |
Color Harmonies of #E14CDB
Complementary color
Monochromatic Colors of #E14CDB
Black with #E14CDB
Text Example
Text Example
White with #E14CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14CDB; }
p { color: rgb(225,76,219); }
H1.HeaderClassName
{
color: #E14CDB;
}
.AnyTagClassName
{
color: #E14CDB;
}
</style>
background-color css
<style>
a { background-color: #E14CDB; }
a { background-color: rgb(225,76,219); }
div.DivClassName
{
background-color: #E14CDB;
}
.BgClassName
{
background-color: #E14CDB;
}
</style>
border-color css
<style>
span { border-color: #E14CDB; }
span { border-color: rgb(225,76,219); }
td.TdClassName
{
border-color: #E14CDB;
}
.TagClassName
{
border-color: #E14CDB;
}
</style>