Shades of Brilliant Rose #E14AA6
Tints of Brilliant Rose #E14AA6
RGB
CMYK
RGB Variations
Color information
#E14AA6 (or 0xE14AA6) is known color: Brilliant Rose. HEX triplet: E1, 4A and A6. RGB value is (225,74,166). Sum of RGB (Red+Green+Blue) = 225+74+166=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14AA6 is #1EB559. Grayscale: #818181. Windows color (decimal): -2012506 or 10898145. OLE color: 10898145.
HSL color Cylindrical-coordinate representation of color #E14AA6: hue angle of 323.44º 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 #E14AA6 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 166 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.12 |
| HSL | 323.44º | 0.72% | 0.59% | - |
| HSV(B) | 323.44º | 0.67% | 0.88% | - |
| XYZ | 40.38 | 23.66 | 38.51 | - |
| YUV | 129.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 166 | 0 | 0.67 | 0.26 | 0.12 | 323.44 | 0.72 | 0.59 |
| Hex | E1 | 4A | A6 | 0 | 43 | 1A | C | 143 | 48 | 3B |
| Octal | 341 | 112 | 246 | 0 | 103 | 32 | 14 | 503 | 110 | 73 |
| Binary | 11100001 | 1001010 | 10100110 | 0 | 1000011 | 11010 | 1100 | 101000011 | 1001000 | 111011 |
Color Harmonies of #E14AA6
Complementary color
Monochromatic Colors of #E14AA6
Black with #E14AA6
Text Example
Text Example
White with #E14AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14AA6; }
p { color: rgb(225,74,166); }
H1.HeaderClassName
{
color: #E14AA6;
}
.AnyTagClassName
{
color: #E14AA6;
}
</style>
background-color css
<style>
a { background-color: #E14AA6; }
a { background-color: rgb(225,74,166); }
div.DivClassName
{
background-color: #E14AA6;
}
.BgClassName
{
background-color: #E14AA6;
}
</style>
border-color css
<style>
span { border-color: #E14AA6; }
span { border-color: rgb(225,74,166); }
td.TdClassName
{
border-color: #E14AA6;
}
.TagClassName
{
border-color: #E14AA6;
}
</style>