Html Css Color HEX #E14CBA Free Speech Magenta
📋 copy color: '#E14CBA'red 225 ◦ green 76 ◦ blue 186
Shades of Free Speech Magenta #E14CBA
Tints of Free Speech Magenta #E14CBA
RGB
CMYK
RGB Variations
Color information
#E14CBA (or 0xE14CBA) is known color: Free Speech Magenta. HEX triplet: E1, 4C and BA. RGB value is (225,76,186). Sum of RGB (Red+Green+Blue) = 225+76+186=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CBA is #1EB345. Grayscale: #848484. Windows color (decimal): -2011974 or 12209377. OLE color: 12209377.
HSL color Cylindrical-coordinate representation of color #E14CBA: hue angle of 315.7º 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 #E14CBA is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 186 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.12 |
| HSL | 315.7º | 0.71% | 0.59% | - |
| HSV(B) | 315.7º | 0.66% | 0.88% | - |
| XYZ | 42.5 | 24.72 | 48.99 | - |
| YUV | 133.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 186 | 0 | 0.66 | 0.17 | 0.12 | 315.7 | 0.71 | 0.59 |
| Hex | E1 | 4C | BA | 0 | 42 | 11 | C | 13C | 47 | 3B |
| Octal | 341 | 114 | 272 | 0 | 102 | 21 | 14 | 474 | 107 | 73 |
| Binary | 11100001 | 1001100 | 10111010 | 0 | 1000010 | 10001 | 1100 | 100111100 | 1000111 | 111011 |
Color Harmonies of #E14CBA
Complementary color
Monochromatic Colors of #E14CBA
Black with #E14CBA
Text Example
Text Example
White with #E14CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14CBA; }
p { color: rgb(225,76,186); }
H1.HeaderClassName
{
color: #E14CBA;
}
.AnyTagClassName
{
color: #E14CBA;
}
</style>
background-color css
<style>
a { background-color: #E14CBA; }
a { background-color: rgb(225,76,186); }
div.DivClassName
{
background-color: #E14CBA;
}
.BgClassName
{
background-color: #E14CBA;
}
</style>
border-color css
<style>
span { border-color: #E14CBA; }
span { border-color: rgb(225,76,186); }
td.TdClassName
{
border-color: #E14CBA;
}
.TagClassName
{
border-color: #E14CBA;
}
</style>