Shades of Brilliant Rose #E153AD
Tints of Brilliant Rose #E153AD
RGB
CMYK
RGB Variations
Color information
#E153AD (or 0xE153AD) is known color: Brilliant Rose. HEX triplet: E1, 53 and AD. RGB value is (225,83,173). Sum of RGB (Red+Green+Blue) = 225+83+173=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E153AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E153AD is #1EAC52. Grayscale: #878787. Windows color (decimal): -2010195 or 11359201. OLE color: 11359201.
HSL color Cylindrical-coordinate representation of color #E153AD: hue angle of 321.97º 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 #E153AD is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 173 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.12 |
| HSL | 321.97º | 0.7% | 0.6% | - |
| HSV(B) | 321.97º | 0.63% | 0.88% | - |
| XYZ | 41.69 | 25.21 | 42.2 | - |
| YUV | 135.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 173 | 0 | 0.63 | 0.23 | 0.12 | 321.97 | 0.7 | 0.6 |
| Hex | E1 | 53 | AD | 0 | 3F | 17 | C | 142 | 46 | 3C |
| Octal | 341 | 123 | 255 | 0 | 77 | 27 | 14 | 502 | 106 | 74 |
| Binary | 11100001 | 1010011 | 10101101 | 0 | 111111 | 10111 | 1100 | 101000010 | 1000110 | 111100 |
Color Harmonies of #E153AD
Complementary color
Monochromatic Colors of #E153AD
Black with #E153AD
Text Example
Text Example
White with #E153AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153AD; }
p { color: rgb(225,83,173); }
H1.HeaderClassName
{
color: #E153AD;
}
.AnyTagClassName
{
color: #E153AD;
}
</style>
background-color css
<style>
a { background-color: #E153AD; }
a { background-color: rgb(225,83,173); }
div.DivClassName
{
background-color: #E153AD;
}
.BgClassName
{
background-color: #E153AD;
}
</style>
border-color css
<style>
span { border-color: #E153AD; }
span { border-color: rgb(225,83,173); }
td.TdClassName
{
border-color: #E153AD;
}
.TagClassName
{
border-color: #E153AD;
}
</style>