Shades of Brilliant Rose #E152AD
Tints of Brilliant Rose #E152AD
RGB
CMYK
RGB Variations
Color information
#E152AD (or 0xE152AD) is known color: Brilliant Rose. HEX triplet: E1, 52 and AD. RGB value is (225,82,173). Sum of RGB (Red+Green+Blue) = 225+82+173=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E152AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E152AD is #1EAD52. Grayscale: #868686. Windows color (decimal): -2010451 or 11358945. OLE color: 11358945.
HSL color Cylindrical-coordinate representation of color #E152AD: hue angle of 321.82º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E152AD is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 173 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.12 |
| HSL | 321.82º | 0.7% | 0.6% | - |
| HSV(B) | 321.82º | 0.64% | 0.88% | - |
| XYZ | 41.61 | 25.06 | 42.18 | - |
| YUV | 135.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 173 | 0 | 0.64 | 0.23 | 0.12 | 321.82 | 0.7 | 0.6 |
| Hex | E1 | 52 | AD | 0 | 40 | 17 | C | 142 | 46 | 3C |
| Octal | 341 | 122 | 255 | 0 | 100 | 27 | 14 | 502 | 106 | 74 |
| Binary | 11100001 | 1010010 | 10101101 | 0 | 1000000 | 10111 | 1100 | 101000010 | 1000110 | 111100 |
Color Harmonies of #E152AD
Complementary color
Monochromatic Colors of #E152AD
Black with #E152AD
Text Example
Text Example
White with #E152AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E152AD; }
p { color: rgb(225,82,173); }
H1.HeaderClassName
{
color: #E152AD;
}
.AnyTagClassName
{
color: #E152AD;
}
</style>
background-color css
<style>
a { background-color: #E152AD; }
a { background-color: rgb(225,82,173); }
div.DivClassName
{
background-color: #E152AD;
}
.BgClassName
{
background-color: #E152AD;
}
</style>
border-color css
<style>
span { border-color: #E152AD; }
span { border-color: rgb(225,82,173); }
td.TdClassName
{
border-color: #E152AD;
}
.TagClassName
{
border-color: #E152AD;
}
</style>