Shades of Brilliant Rose #E14AA2
Tints of Brilliant Rose #E14AA2
RGB
CMYK
RGB Variations
Color information
#E14AA2 (or 0xE14AA2) is known color: Brilliant Rose. HEX triplet: E1, 4A and A2. RGB value is (225,74,162). Sum of RGB (Red+Green+Blue) = 225+74+162=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14AA2 is #1EB55D. Grayscale: #808080. Windows color (decimal): -2012510 or 10636001. OLE color: 10636001.
HSL color Cylindrical-coordinate representation of color #E14AA2: hue angle of 325.03º 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 #E14AA2 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 162 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.12 |
| HSL | 325.03º | 0.72% | 0.59% | - |
| HSV(B) | 325.03º | 0.67% | 0.88% | - |
| XYZ | 40.02 | 23.51 | 36.61 | - |
| YUV | 129.18 | 146.53 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 162 | 0 | 0.67 | 0.28 | 0.12 | 325.03 | 0.72 | 0.59 |
| Hex | E1 | 4A | A2 | 0 | 43 | 1C | C | 145 | 48 | 3B |
| Octal | 341 | 112 | 242 | 0 | 103 | 34 | 14 | 505 | 110 | 73 |
| Binary | 11100001 | 1001010 | 10100010 | 0 | 1000011 | 11100 | 1100 | 101000101 | 1001000 | 111011 |
Color Harmonies of #E14AA2
Complementary color
Monochromatic Colors of #E14AA2
Black with #E14AA2
Text Example
Text Example
White with #E14AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14AA2; }
p { color: rgb(225,74,162); }
H1.HeaderClassName
{
color: #E14AA2;
}
.AnyTagClassName
{
color: #E14AA2;
}
</style>
background-color css
<style>
a { background-color: #E14AA2; }
a { background-color: rgb(225,74,162); }
div.DivClassName
{
background-color: #E14AA2;
}
.BgClassName
{
background-color: #E14AA2;
}
</style>
border-color css
<style>
span { border-color: #E14AA2; }
span { border-color: rgb(225,74,162); }
td.TdClassName
{
border-color: #E14AA2;
}
.TagClassName
{
border-color: #E14AA2;
}
</style>