Html Css Color HEX #E14EC5 Free Speech Magenta
📋 copy color: '#E14EC5'red 225 ◦ green 78 ◦ blue 197
Shades of Free Speech Magenta #E14EC5
Tints of Free Speech Magenta #E14EC5
RGB
CMYK
RGB Variations
Color information
#E14EC5 (or 0xE14EC5) is known color: Free Speech Magenta. HEX triplet: E1, 4E and C5. RGB value is (225,78,197). Sum of RGB (Red+Green+Blue) = 225+78+197=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E14EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14EC5 is #1EB13A. Grayscale: #878787. Windows color (decimal): -2011451 or 12930785. OLE color: 12930785.
HSL color Cylindrical-coordinate representation of color #E14EC5: hue angle of 311.43º 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 #E14EC5 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 197 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.12 |
| HSL | 311.43º | 0.71% | 0.59% | - |
| HSV(B) | 311.43º | 0.65% | 0.88% | - |
| XYZ | 43.85 | 25.49 | 55.43 | - |
| YUV | 135.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 197 | 0 | 0.65 | 0.12 | 0.12 | 311.43 | 0.71 | 0.59 |
| Hex | E1 | 4E | C5 | 0 | 41 | C | C | 137 | 47 | 3B |
| Octal | 341 | 116 | 305 | 0 | 101 | 14 | 14 | 467 | 107 | 73 |
| Binary | 11100001 | 1001110 | 11000101 | 0 | 1000001 | 1100 | 1100 | 100110111 | 1000111 | 111011 |
Color Harmonies of #E14EC5
Complementary color
Monochromatic Colors of #E14EC5
Black with #E14EC5
Text Example
Text Example
White with #E14EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14EC5; }
p { color: rgb(225,78,197); }
H1.HeaderClassName
{
color: #E14EC5;
}
.AnyTagClassName
{
color: #E14EC5;
}
</style>
background-color css
<style>
a { background-color: #E14EC5; }
a { background-color: rgb(225,78,197); }
div.DivClassName
{
background-color: #E14EC5;
}
.BgClassName
{
background-color: #E14EC5;
}
</style>
border-color css
<style>
span { border-color: #E14EC5; }
span { border-color: rgb(225,78,197); }
td.TdClassName
{
border-color: #E14EC5;
}
.TagClassName
{
border-color: #E14EC5;
}
</style>