Shades of Brilliant Rose #E14EA5
Tints of Brilliant Rose #E14EA5
RGB
CMYK
RGB Variations
Color information
#E14EA5 (or 0xE14EA5) is known color: Brilliant Rose. HEX triplet: E1, 4E and A5. RGB value is (225,78,165). Sum of RGB (Red+Green+Blue) = 225+78+165=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E14EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14EA5 is #1EB15A. Grayscale: #838383. Windows color (decimal): -2011483 or 10833633. OLE color: 10833633.
HSL color Cylindrical-coordinate representation of color #E14EA5: hue angle of 324.49º 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 #E14EA5 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 165 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.12 |
| HSL | 324.49º | 0.71% | 0.59% | - |
| HSV(B) | 324.49º | 0.65% | 0.88% | - |
| XYZ | 40.57 | 24.17 | 38.13 | - |
| YUV | 131.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 165 | 0 | 0.65 | 0.27 | 0.12 | 324.49 | 0.71 | 0.59 |
| Hex | E1 | 4E | A5 | 0 | 41 | 1B | C | 144 | 47 | 3B |
| Octal | 341 | 116 | 245 | 0 | 101 | 33 | 14 | 504 | 107 | 73 |
| Binary | 11100001 | 1001110 | 10100101 | 0 | 1000001 | 11011 | 1100 | 101000100 | 1000111 | 111011 |
Color Harmonies of #E14EA5
Complementary color
Monochromatic Colors of #E14EA5
Black with #E14EA5
Text Example
Text Example
White with #E14EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14EA5; }
p { color: rgb(225,78,165); }
H1.HeaderClassName
{
color: #E14EA5;
}
.AnyTagClassName
{
color: #E14EA5;
}
</style>
background-color css
<style>
a { background-color: #E14EA5; }
a { background-color: rgb(225,78,165); }
div.DivClassName
{
background-color: #E14EA5;
}
.BgClassName
{
background-color: #E14EA5;
}
</style>
border-color css
<style>
span { border-color: #E14EA5; }
span { border-color: rgb(225,78,165); }
td.TdClassName
{
border-color: #E14EA5;
}
.TagClassName
{
border-color: #E14EA5;
}
</style>