Html Css Color HEX #E14EC2 Free Speech Magenta
📋 copy color: '#E14EC2'red 225 ◦ green 78 ◦ blue 194
Shades of Free Speech Magenta #E14EC2
Tints of Free Speech Magenta #E14EC2
RGB
CMYK
RGB Variations
Color information
#E14EC2 (or 0xE14EC2) is known color: Free Speech Magenta. HEX triplet: E1, 4E and C2. RGB value is (225,78,194). Sum of RGB (Red+Green+Blue) = 225+78+194=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E14EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14EC2 is #1EB13D. Grayscale: #868686. Windows color (decimal): -2011454 or 12734177. OLE color: 12734177.
HSL color Cylindrical-coordinate representation of color #E14EC2: hue angle of 312.65º 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 #E14EC2 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 194 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.12 |
| HSL | 312.65º | 0.71% | 0.59% | - |
| HSV(B) | 312.65º | 0.65% | 0.88% | - |
| XYZ | 43.51 | 25.35 | 53.64 | - |
| YUV | 135.18 | 161.2 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 194 | 0 | 0.65 | 0.14 | 0.12 | 312.65 | 0.71 | 0.59 |
| Hex | E1 | 4E | C2 | 0 | 41 | E | C | 139 | 47 | 3B |
| Octal | 341 | 116 | 302 | 0 | 101 | 16 | 14 | 471 | 107 | 73 |
| Binary | 11100001 | 1001110 | 11000010 | 0 | 1000001 | 1110 | 1100 | 100111001 | 1000111 | 111011 |
Color Harmonies of #E14EC2
Complementary color
Monochromatic Colors of #E14EC2
Black with #E14EC2
Text Example
Text Example
White with #E14EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14EC2; }
p { color: rgb(225,78,194); }
H1.HeaderClassName
{
color: #E14EC2;
}
.AnyTagClassName
{
color: #E14EC2;
}
</style>
background-color css
<style>
a { background-color: #E14EC2; }
a { background-color: rgb(225,78,194); }
div.DivClassName
{
background-color: #E14EC2;
}
.BgClassName
{
background-color: #E14EC2;
}
</style>
border-color css
<style>
span { border-color: #E14EC2; }
span { border-color: rgb(225,78,194); }
td.TdClassName
{
border-color: #E14EC2;
}
.TagClassName
{
border-color: #E14EC2;
}
</style>