Html Css Color HEX #E14DCB Free Speech Magenta
📋 copy color: '#E14DCB'red 225 ◦ green 77 ◦ blue 203
Shades of Free Speech Magenta #E14DCB
Tints of Free Speech Magenta #E14DCB
RGB
CMYK
RGB Variations
Color information
#E14DCB (or 0xE14DCB) is known color: Free Speech Magenta. HEX triplet: E1, 4D and CB. RGB value is (225,77,203). Sum of RGB (Red+Green+Blue) = 225+77+203=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DCB is #1EB234. Grayscale: #878787. Windows color (decimal): -2011701 or 13323745. OLE color: 13323745.
HSL color Cylindrical-coordinate representation of color #E14DCB: hue angle of 308.92º 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 #E14DCB is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 203 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.12 |
| HSL | 308.92º | 0.71% | 0.59% | - |
| HSV(B) | 308.92º | 0.66% | 0.88% | - |
| XYZ | 44.48 | 25.63 | 59.1 | - |
| YUV | 135.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 203 | 0 | 0.66 | 0.10 | 0.12 | 308.92 | 0.71 | 0.59 |
| Hex | E1 | 4D | CB | 0 | 42 | A | C | 135 | 47 | 3B |
| Octal | 341 | 115 | 313 | 0 | 102 | 12 | 14 | 465 | 107 | 73 |
| Binary | 11100001 | 1001101 | 11001011 | 0 | 1000010 | 1010 | 1100 | 100110101 | 1000111 | 111011 |
Color Harmonies of #E14DCB
Complementary color
Monochromatic Colors of #E14DCB
Black with #E14DCB
Text Example
Text Example
White with #E14DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DCB; }
p { color: rgb(225,77,203); }
H1.HeaderClassName
{
color: #E14DCB;
}
.AnyTagClassName
{
color: #E14DCB;
}
</style>
background-color css
<style>
a { background-color: #E14DCB; }
a { background-color: rgb(225,77,203); }
div.DivClassName
{
background-color: #E14DCB;
}
.BgClassName
{
background-color: #E14DCB;
}
</style>
border-color css
<style>
span { border-color: #E14DCB; }
span { border-color: rgb(225,77,203); }
td.TdClassName
{
border-color: #E14DCB;
}
.TagClassName
{
border-color: #E14DCB;
}
</style>