Shades of Brilliant Rose #E14EA0
Tints of Brilliant Rose #E14EA0
RGB
CMYK
RGB Variations
Color information
#E14EA0 (or 0xE14EA0) is known color: Brilliant Rose. HEX triplet: E1, 4E and A0. RGB value is (225,78,160). Sum of RGB (Red+Green+Blue) = 225+78+160=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E14EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14EA0 is #1EB15F. Grayscale: #838383. Windows color (decimal): -2011488 or 10505953. OLE color: 10505953.
HSL color Cylindrical-coordinate representation of color #E14EA0: hue angle of 326.53º 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 #E14EA0 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 160 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.12 |
| HSL | 326.53º | 0.71% | 0.59% | - |
| HSV(B) | 326.53º | 0.65% | 0.88% | - |
| XYZ | 40.12 | 23.99 | 35.77 | - |
| YUV | 131.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 160 | 0 | 0.65 | 0.29 | 0.12 | 326.53 | 0.71 | 0.59 |
| Hex | E1 | 4E | A0 | 0 | 41 | 1D | C | 147 | 47 | 3B |
| Octal | 341 | 116 | 240 | 0 | 101 | 35 | 14 | 507 | 107 | 73 |
| Binary | 11100001 | 1001110 | 10100000 | 0 | 1000001 | 11101 | 1100 | 101000111 | 1000111 | 111011 |
Color Harmonies of #E14EA0
Complementary color
Monochromatic Colors of #E14EA0
Black with #E14EA0
Text Example
Text Example
White with #E14EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14EA0; }
p { color: rgb(225,78,160); }
H1.HeaderClassName
{
color: #E14EA0;
}
.AnyTagClassName
{
color: #E14EA0;
}
</style>
background-color css
<style>
a { background-color: #E14EA0; }
a { background-color: rgb(225,78,160); }
div.DivClassName
{
background-color: #E14EA0;
}
.BgClassName
{
background-color: #E14EA0;
}
</style>
border-color css
<style>
span { border-color: #E14EA0; }
span { border-color: rgb(225,78,160); }
td.TdClassName
{
border-color: #E14EA0;
}
.TagClassName
{
border-color: #E14EA0;
}
</style>