Shades of Brilliant Rose #E14EA2
Tints of Brilliant Rose #E14EA2
RGB
CMYK
RGB Variations
Color information
#E14EA2 (or 0xE14EA2) is known color: Brilliant Rose. HEX triplet: E1, 4E and A2. RGB value is (225,78,162). Sum of RGB (Red+Green+Blue) = 225+78+162=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E14EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14EA2 is #1EB15D. Grayscale: #838383. Windows color (decimal): -2011486 or 10637025. OLE color: 10637025.
HSL color Cylindrical-coordinate representation of color #E14EA2: hue angle of 325.71º 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 #E14EA2 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 162 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.12 |
| HSL | 325.71º | 0.71% | 0.59% | - |
| HSV(B) | 325.71º | 0.65% | 0.88% | - |
| XYZ | 40.3 | 24.06 | 36.7 | - |
| YUV | 131.53 | 145.2 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 162 | 0 | 0.65 | 0.28 | 0.12 | 325.71 | 0.71 | 0.59 |
| Hex | E1 | 4E | A2 | 0 | 41 | 1C | C | 146 | 47 | 3B |
| Octal | 341 | 116 | 242 | 0 | 101 | 34 | 14 | 506 | 107 | 73 |
| Binary | 11100001 | 1001110 | 10100010 | 0 | 1000001 | 11100 | 1100 | 101000110 | 1000111 | 111011 |
Color Harmonies of #E14EA2
Complementary color
Monochromatic Colors of #E14EA2
Black with #E14EA2
Text Example
Text Example
White with #E14EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14EA2; }
p { color: rgb(225,78,162); }
H1.HeaderClassName
{
color: #E14EA2;
}
.AnyTagClassName
{
color: #E14EA2;
}
</style>
background-color css
<style>
a { background-color: #E14EA2; }
a { background-color: rgb(225,78,162); }
div.DivClassName
{
background-color: #E14EA2;
}
.BgClassName
{
background-color: #E14EA2;
}
</style>
border-color css
<style>
span { border-color: #E14EA2; }
span { border-color: rgb(225,78,162); }
td.TdClassName
{
border-color: #E14EA2;
}
.TagClassName
{
border-color: #E14EA2;
}
</style>