Html Css Color HEX #E14EBF Free Speech Magenta
📋 copy color: '#E14EBF'red 225 ◦ green 78 ◦ blue 191
Shades of Free Speech Magenta #E14EBF
Tints of Free Speech Magenta #E14EBF
RGB
CMYK
RGB Variations
Color information
#E14EBF (or 0xE14EBF) is known color: Free Speech Magenta. HEX triplet: E1, 4E and BF. RGB value is (225,78,191). Sum of RGB (Red+Green+Blue) = 225+78+191=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E14EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14EBF is #1EB140. Grayscale: #868686. Windows color (decimal): -2011457 or 12537569. OLE color: 12537569.
HSL color Cylindrical-coordinate representation of color #E14EBF: hue angle of 313.88º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14EBF is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 191 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.12 |
| HSL | 313.88º | 0.71% | 0.59% | - |
| HSV(B) | 313.88º | 0.65% | 0.88% | - |
| XYZ | 43.18 | 25.22 | 51.88 | - |
| YUV | 134.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 191 | 0 | 0.65 | 0.15 | 0.12 | 313.88 | 0.71 | 0.59 |
| Hex | E1 | 4E | BF | 0 | 41 | F | C | 13A | 47 | 3B |
| Octal | 341 | 116 | 277 | 0 | 101 | 17 | 14 | 472 | 107 | 73 |
| Binary | 11100001 | 1001110 | 10111111 | 0 | 1000001 | 1111 | 1100 | 100111010 | 1000111 | 111011 |
Color Harmonies of #E14EBF
Complementary color
Monochromatic Colors of #E14EBF
Black with #E14EBF
Text Example
Text Example
White with #E14EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14EBF; }
p { color: rgb(225,78,191); }
H1.HeaderClassName
{
color: #E14EBF;
}
.AnyTagClassName
{
color: #E14EBF;
}
</style>
background-color css
<style>
a { background-color: #E14EBF; }
a { background-color: rgb(225,78,191); }
div.DivClassName
{
background-color: #E14EBF;
}
.BgClassName
{
background-color: #E14EBF;
}
</style>
border-color css
<style>
span { border-color: #E14EBF; }
span { border-color: rgb(225,78,191); }
td.TdClassName
{
border-color: #E14EBF;
}
.TagClassName
{
border-color: #E14EBF;
}
</style>