Shades of Brilliant Rose #E14AAB
Tints of Brilliant Rose #E14AAB
RGB
CMYK
RGB Variations
Color information
#E14AAB (or 0xE14AAB) is known color: Brilliant Rose. HEX triplet: E1, 4A and AB. RGB value is (225,74,171). Sum of RGB (Red+Green+Blue) = 225+74+171=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14AAB is #1EB554. Grayscale: #818181. Windows color (decimal): -2012501 or 11225825. OLE color: 11225825.
HSL color Cylindrical-coordinate representation of color #E14AAB: hue angle of 321.46º 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 #E14AAB is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 171 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.12 |
| HSL | 321.46º | 0.72% | 0.59% | - |
| HSV(B) | 321.46º | 0.67% | 0.88% | - |
| XYZ | 40.85 | 23.85 | 40.98 | - |
| YUV | 130.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 171 | 0 | 0.67 | 0.24 | 0.12 | 321.46 | 0.72 | 0.59 |
| Hex | E1 | 4A | AB | 0 | 43 | 18 | C | 141 | 48 | 3B |
| Octal | 341 | 112 | 253 | 0 | 103 | 30 | 14 | 501 | 110 | 73 |
| Binary | 11100001 | 1001010 | 10101011 | 0 | 1000011 | 11000 | 1100 | 101000001 | 1001000 | 111011 |
Color Harmonies of #E14AAB
Complementary color
Monochromatic Colors of #E14AAB
Black with #E14AAB
Text Example
Text Example
White with #E14AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14AAB; }
p { color: rgb(225,74,171); }
H1.HeaderClassName
{
color: #E14AAB;
}
.AnyTagClassName
{
color: #E14AAB;
}
</style>
background-color css
<style>
a { background-color: #E14AAB; }
a { background-color: rgb(225,74,171); }
div.DivClassName
{
background-color: #E14AAB;
}
.BgClassName
{
background-color: #E14AAB;
}
</style>
border-color css
<style>
span { border-color: #E14AAB; }
span { border-color: rgb(225,74,171); }
td.TdClassName
{
border-color: #E14AAB;
}
.TagClassName
{
border-color: #E14AAB;
}
</style>