Shades of Brilliant Rose #E153AE
Tints of Brilliant Rose #E153AE
RGB
CMYK
RGB Variations
Color information
#E153AE (or 0xE153AE) is known color: Brilliant Rose. HEX triplet: E1, 53 and AE. RGB value is (225,83,174). Sum of RGB (Red+Green+Blue) = 225+83+174=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E153AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E153AE is #1EAC51. Grayscale: #878787. Windows color (decimal): -2010194 or 11424737. OLE color: 11424737.
HSL color Cylindrical-coordinate representation of color #E153AE: hue angle of 321.55º 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 #E153AE is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 174 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.12 |
| HSL | 321.55º | 0.7% | 0.6% | - |
| HSV(B) | 321.55º | 0.63% | 0.88% | - |
| XYZ | 41.78 | 25.25 | 42.72 | - |
| YUV | 135.83 | 149.54 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 174 | 0 | 0.63 | 0.23 | 0.12 | 321.55 | 0.7 | 0.6 |
| Hex | E1 | 53 | AE | 0 | 3F | 17 | C | 142 | 46 | 3C |
| Octal | 341 | 123 | 256 | 0 | 77 | 27 | 14 | 502 | 106 | 74 |
| Binary | 11100001 | 1010011 | 10101110 | 0 | 111111 | 10111 | 1100 | 101000010 | 1000110 | 111100 |
Color Harmonies of #E153AE
Complementary color
Monochromatic Colors of #E153AE
Black with #E153AE
Text Example
Text Example
White with #E153AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153AE; }
p { color: rgb(225,83,174); }
H1.HeaderClassName
{
color: #E153AE;
}
.AnyTagClassName
{
color: #E153AE;
}
</style>
background-color css
<style>
a { background-color: #E153AE; }
a { background-color: rgb(225,83,174); }
div.DivClassName
{
background-color: #E153AE;
}
.BgClassName
{
background-color: #E153AE;
}
</style>
border-color css
<style>
span { border-color: #E153AE; }
span { border-color: rgb(225,83,174); }
td.TdClassName
{
border-color: #E153AE;
}
.TagClassName
{
border-color: #E153AE;
}
</style>