Shades of Brilliant Rose #E153AA
Tints of Brilliant Rose #E153AA
RGB
CMYK
RGB Variations
Color information
#E153AA (or 0xE153AA) is known color: Brilliant Rose. HEX triplet: E1, 53 and AA. RGB value is (225,83,170). Sum of RGB (Red+Green+Blue) = 225+83+170=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E153AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E153AA is #1EAC55. Grayscale: #878787. Windows color (decimal): -2010198 or 11162593. OLE color: 11162593.
HSL color Cylindrical-coordinate representation of color #E153AA: hue angle of 323.24º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E153AA is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 170 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.12 |
| HSL | 323.24º | 0.7% | 0.6% | - |
| HSV(B) | 323.24º | 0.63% | 0.88% | - |
| XYZ | 41.4 | 25.1 | 40.69 | - |
| YUV | 135.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 170 | 0 | 0.63 | 0.24 | 0.12 | 323.24 | 0.7 | 0.6 |
| Hex | E1 | 53 | AA | 0 | 3F | 18 | C | 143 | 46 | 3C |
| Octal | 341 | 123 | 252 | 0 | 77 | 30 | 14 | 503 | 106 | 74 |
| Binary | 11100001 | 1010011 | 10101010 | 0 | 111111 | 11000 | 1100 | 101000011 | 1000110 | 111100 |
Color Harmonies of #E153AA
Complementary color
Monochromatic Colors of #E153AA
Black with #E153AA
Text Example
Text Example
White with #E153AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153AA; }
p { color: rgb(225,83,170); }
H1.HeaderClassName
{
color: #E153AA;
}
.AnyTagClassName
{
color: #E153AA;
}
</style>
background-color css
<style>
a { background-color: #E153AA; }
a { background-color: rgb(225,83,170); }
div.DivClassName
{
background-color: #E153AA;
}
.BgClassName
{
background-color: #E153AA;
}
</style>
border-color css
<style>
span { border-color: #E153AA; }
span { border-color: rgb(225,83,170); }
td.TdClassName
{
border-color: #E153AA;
}
.TagClassName
{
border-color: #E153AA;
}
</style>