Html Css Color HEX #E14EC3 Free Speech Magenta
📋 copy color: '#E14EC3'red 225 ◦ green 78 ◦ blue 195
Shades of Free Speech Magenta #E14EC3
Tints of Free Speech Magenta #E14EC3
RGB
CMYK
RGB Variations
Color information
#E14EC3 (or 0xE14EC3) is known color: Free Speech Magenta. HEX triplet: E1, 4E and C3. RGB value is (225,78,195). Sum of RGB (Red+Green+Blue) = 225+78+195=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E14EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14EC3 is #1EB13C. Grayscale: #868686. Windows color (decimal): -2011453 or 12799713. OLE color: 12799713.
HSL color Cylindrical-coordinate representation of color #E14EC3: hue angle of 312.24º 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 #E14EC3 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 195 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.12 |
| HSL | 312.24º | 0.71% | 0.59% | - |
| HSV(B) | 312.24º | 0.65% | 0.88% | - |
| XYZ | 43.63 | 25.4 | 54.23 | - |
| YUV | 135.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 195 | 0 | 0.65 | 0.13 | 0.12 | 312.24 | 0.71 | 0.59 |
| Hex | E1 | 4E | C3 | 0 | 41 | D | C | 138 | 47 | 3B |
| Octal | 341 | 116 | 303 | 0 | 101 | 15 | 14 | 470 | 107 | 73 |
| Binary | 11100001 | 1001110 | 11000011 | 0 | 1000001 | 1101 | 1100 | 100111000 | 1000111 | 111011 |
Color Harmonies of #E14EC3
Complementary color
Monochromatic Colors of #E14EC3
Black with #E14EC3
Text Example
Text Example
White with #E14EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14EC3; }
p { color: rgb(225,78,195); }
H1.HeaderClassName
{
color: #E14EC3;
}
.AnyTagClassName
{
color: #E14EC3;
}
</style>
background-color css
<style>
a { background-color: #E14EC3; }
a { background-color: rgb(225,78,195); }
div.DivClassName
{
background-color: #E14EC3;
}
.BgClassName
{
background-color: #E14EC3;
}
</style>
border-color css
<style>
span { border-color: #E14EC3; }
span { border-color: rgb(225,78,195); }
td.TdClassName
{
border-color: #E14EC3;
}
.TagClassName
{
border-color: #E14EC3;
}
</style>