Shades of Brilliant Rose #E14AA4
Tints of Brilliant Rose #E14AA4
RGB
CMYK
RGB Variations
Color information
#E14AA4 (or 0xE14AA4) is known color: Brilliant Rose. HEX triplet: E1, 4A and A4. RGB value is (225,74,164). Sum of RGB (Red+Green+Blue) = 225+74+164=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14AA4 is #1EB55B. Grayscale: #818181. Windows color (decimal): -2012508 or 10767073. OLE color: 10767073.
HSL color Cylindrical-coordinate representation of color #E14AA4: hue angle of 324.24º 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 #E14AA4 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 164 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.12 |
| HSL | 324.24º | 0.72% | 0.59% | - |
| HSV(B) | 324.24º | 0.67% | 0.88% | - |
| XYZ | 40.2 | 23.59 | 37.56 | - |
| YUV | 129.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 164 | 0 | 0.67 | 0.27 | 0.12 | 324.24 | 0.72 | 0.59 |
| Hex | E1 | 4A | A4 | 0 | 43 | 1B | C | 144 | 48 | 3B |
| Octal | 341 | 112 | 244 | 0 | 103 | 33 | 14 | 504 | 110 | 73 |
| Binary | 11100001 | 1001010 | 10100100 | 0 | 1000011 | 11011 | 1100 | 101000100 | 1001000 | 111011 |
Color Harmonies of #E14AA4
Complementary color
Monochromatic Colors of #E14AA4
Black with #E14AA4
Text Example
Text Example
White with #E14AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14AA4; }
p { color: rgb(225,74,164); }
H1.HeaderClassName
{
color: #E14AA4;
}
.AnyTagClassName
{
color: #E14AA4;
}
</style>
background-color css
<style>
a { background-color: #E14AA4; }
a { background-color: rgb(225,74,164); }
div.DivClassName
{
background-color: #E14AA4;
}
.BgClassName
{
background-color: #E14AA4;
}
</style>
border-color css
<style>
span { border-color: #E14AA4; }
span { border-color: rgb(225,74,164); }
td.TdClassName
{
border-color: #E14AA4;
}
.TagClassName
{
border-color: #E14AA4;
}
</style>