Shades of Brilliant Rose #E152B5
Tints of Brilliant Rose #E152B5
RGB
CMYK
RGB Variations
Color information
#E152B5 (or 0xE152B5) is known color: Brilliant Rose. HEX triplet: E1, 52 and B5. RGB value is (225,82,181). Sum of RGB (Red+Green+Blue) = 225+82+181=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E152B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152B5 is #1EAD4A. Grayscale: #878787. Windows color (decimal): -2010443 or 11883233. OLE color: 11883233.
HSL color Cylindrical-coordinate representation of color #E152B5: hue angle of 318.46º 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 #E152B5 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 181 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.12 |
| HSL | 318.46º | 0.7% | 0.6% | - |
| HSV(B) | 318.46º | 0.64% | 0.88% | - |
| XYZ | 42.41 | 25.38 | 46.38 | - |
| YUV | 136.04 | 153.38 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 181 | 0 | 0.64 | 0.20 | 0.12 | 318.46 | 0.7 | 0.6 |
| Hex | E1 | 52 | B5 | 0 | 40 | 14 | C | 13E | 46 | 3C |
| Octal | 341 | 122 | 265 | 0 | 100 | 24 | 14 | 476 | 106 | 74 |
| Binary | 11100001 | 1010010 | 10110101 | 0 | 1000000 | 10100 | 1100 | 100111110 | 1000110 | 111100 |
Color Harmonies of #E152B5
Complementary color
Monochromatic Colors of #E152B5
Black with #E152B5
Text Example
Text Example
White with #E152B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E152B5; }
p { color: rgb(225,82,181); }
H1.HeaderClassName
{
color: #E152B5;
}
.AnyTagClassName
{
color: #E152B5;
}
</style>
background-color css
<style>
a { background-color: #E152B5; }
a { background-color: rgb(225,82,181); }
div.DivClassName
{
background-color: #E152B5;
}
.BgClassName
{
background-color: #E152B5;
}
</style>
border-color css
<style>
span { border-color: #E152B5; }
span { border-color: rgb(225,82,181); }
td.TdClassName
{
border-color: #E152B5;
}
.TagClassName
{
border-color: #E152B5;
}
</style>