Shades of Brilliant Rose #E14AA5
Tints of Brilliant Rose #E14AA5
RGB
CMYK
RGB Variations
Color information
#E14AA5 (or 0xE14AA5) is known color: Brilliant Rose. HEX triplet: E1, 4A and A5. RGB value is (225,74,165). Sum of RGB (Red+Green+Blue) = 225+74+165=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14AA5 is #1EB55A. Grayscale: #818181. Windows color (decimal): -2012507 or 10832609. OLE color: 10832609.
HSL color Cylindrical-coordinate representation of color #E14AA5: hue angle of 323.84º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14AA5 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 165 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.12 |
| HSL | 323.84º | 0.72% | 0.59% | - |
| HSV(B) | 323.84º | 0.67% | 0.88% | - |
| XYZ | 40.29 | 23.62 | 38.03 | - |
| YUV | 129.52 | 148.03 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 165 | 0 | 0.67 | 0.27 | 0.12 | 323.84 | 0.72 | 0.59 |
| Hex | E1 | 4A | A5 | 0 | 43 | 1B | C | 144 | 48 | 3B |
| Octal | 341 | 112 | 245 | 0 | 103 | 33 | 14 | 504 | 110 | 73 |
| Binary | 11100001 | 1001010 | 10100101 | 0 | 1000011 | 11011 | 1100 | 101000100 | 1001000 | 111011 |
Color Harmonies of #E14AA5
Complementary color
Monochromatic Colors of #E14AA5
Black with #E14AA5
Text Example
Text Example
White with #E14AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14AA5; }
p { color: rgb(225,74,165); }
H1.HeaderClassName
{
color: #E14AA5;
}
.AnyTagClassName
{
color: #E14AA5;
}
</style>
background-color css
<style>
a { background-color: #E14AA5; }
a { background-color: rgb(225,74,165); }
div.DivClassName
{
background-color: #E14AA5;
}
.BgClassName
{
background-color: #E14AA5;
}
</style>
border-color css
<style>
span { border-color: #E14AA5; }
span { border-color: rgb(225,74,165); }
td.TdClassName
{
border-color: #E14AA5;
}
.TagClassName
{
border-color: #E14AA5;
}
</style>