Html Css Color HEX #E14CBD Free Speech Magenta
📋 copy color: '#E14CBD'red 225 ◦ green 76 ◦ blue 189
Shades of Free Speech Magenta #E14CBD
Tints of Free Speech Magenta #E14CBD
RGB
CMYK
RGB Variations
Color information
#E14CBD (or 0xE14CBD) is known color: Free Speech Magenta. HEX triplet: E1, 4C and BD. RGB value is (225,76,189). Sum of RGB (Red+Green+Blue) = 225+76+189=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CBD is #1EB342. Grayscale: #858585. Windows color (decimal): -2011971 or 12405985. OLE color: 12405985.
HSL color Cylindrical-coordinate representation of color #E14CBD: hue angle of 314.5º 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 #E14CBD is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 189 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.12 |
| HSL | 314.5º | 0.71% | 0.59% | - |
| HSV(B) | 314.5º | 0.66% | 0.88% | - |
| XYZ | 42.82 | 24.85 | 50.68 | - |
| YUV | 133.43 | 159.36 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 189 | 0 | 0.66 | 0.16 | 0.12 | 314.5 | 0.71 | 0.59 |
| Hex | E1 | 4C | BD | 0 | 42 | 10 | C | 13A | 47 | 3B |
| Octal | 341 | 114 | 275 | 0 | 102 | 20 | 14 | 472 | 107 | 73 |
| Binary | 11100001 | 1001100 | 10111101 | 0 | 1000010 | 10000 | 1100 | 100111010 | 1000111 | 111011 |
Color Harmonies of #E14CBD
Complementary color
Monochromatic Colors of #E14CBD
Black with #E14CBD
Text Example
Text Example
White with #E14CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14CBD; }
p { color: rgb(225,76,189); }
H1.HeaderClassName
{
color: #E14CBD;
}
.AnyTagClassName
{
color: #E14CBD;
}
</style>
background-color css
<style>
a { background-color: #E14CBD; }
a { background-color: rgb(225,76,189); }
div.DivClassName
{
background-color: #E14CBD;
}
.BgClassName
{
background-color: #E14CBD;
}
</style>
border-color css
<style>
span { border-color: #E14CBD; }
span { border-color: rgb(225,76,189); }
td.TdClassName
{
border-color: #E14CBD;
}
.TagClassName
{
border-color: #E14CBD;
}
</style>