Shades of Brilliant Rose #E15AAB
Tints of Brilliant Rose #E15AAB
RGB
CMYK
RGB Variations
Color information
#E15AAB (or 0xE15AAB) is known color: Brilliant Rose. HEX triplet: E1, 5A and AB. RGB value is (225,90,171). Sum of RGB (Red+Green+Blue) = 225+90+171=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E15AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15AAB is #1EA554. Grayscale: #8B8B8B. Windows color (decimal): -2008405 or 11229921. OLE color: 11229921.
HSL color Cylindrical-coordinate representation of color #E15AAB: hue angle of 324º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15AAB is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 171 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.12 |
| HSL | 324º | 0.69% | 0.62% | - |
| HSV(B) | 324º | 0.6% | 0.88% | - |
| XYZ | 42.06 | 26.26 | 41.38 | - |
| YUV | 139.6 | 145.73 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 171 | 0 | 0.60 | 0.24 | 0.12 | 324 | 0.69 | 0.62 |
| Hex | E1 | 5A | AB | 0 | 3C | 18 | C | 144 | 45 | 3E |
| Octal | 341 | 132 | 253 | 0 | 74 | 30 | 14 | 504 | 105 | 76 |
| Binary | 11100001 | 1011010 | 10101011 | 0 | 111100 | 11000 | 1100 | 101000100 | 1000101 | 111110 |
Color Harmonies of #E15AAB
Complementary color
Monochromatic Colors of #E15AAB
Black with #E15AAB
Text Example
Text Example
White with #E15AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15AAB; }
p { color: rgb(225,90,171); }
H1.HeaderClassName
{
color: #E15AAB;
}
.AnyTagClassName
{
color: #E15AAB;
}
</style>
background-color css
<style>
a { background-color: #E15AAB; }
a { background-color: rgb(225,90,171); }
div.DivClassName
{
background-color: #E15AAB;
}
.BgClassName
{
background-color: #E15AAB;
}
</style>
border-color css
<style>
span { border-color: #E15AAB; }
span { border-color: rgb(225,90,171); }
td.TdClassName
{
border-color: #E15AAB;
}
.TagClassName
{
border-color: #E15AAB;
}
</style>