Shades of Brilliant Rose #E152A7
Tints of Brilliant Rose #E152A7
RGB
CMYK
RGB Variations
Color information
#E152A7 (or 0xE152A7) is known color: Brilliant Rose. HEX triplet: E1, 52 and A7. RGB value is (225,82,167). Sum of RGB (Red+Green+Blue) = 225+82+167=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E152A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E152A7 is #1EAD58. Grayscale: #868686. Windows color (decimal): -2010457 or 10965729. OLE color: 10965729.
HSL color Cylindrical-coordinate representation of color #E152A7: hue angle of 324.34º 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 #E152A7 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 167 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.12 |
| HSL | 324.34º | 0.7% | 0.6% | - |
| HSV(B) | 324.34º | 0.64% | 0.88% | - |
| XYZ | 41.04 | 24.83 | 39.19 | - |
| YUV | 134.45 | 146.38 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 167 | 0 | 0.64 | 0.26 | 0.12 | 324.34 | 0.7 | 0.6 |
| Hex | E1 | 52 | A7 | 0 | 40 | 1A | C | 144 | 46 | 3C |
| Octal | 341 | 122 | 247 | 0 | 100 | 32 | 14 | 504 | 106 | 74 |
| Binary | 11100001 | 1010010 | 10100111 | 0 | 1000000 | 11010 | 1100 | 101000100 | 1000110 | 111100 |
Color Harmonies of #E152A7
Complementary color
Monochromatic Colors of #E152A7
Black with #E152A7
Text Example
Text Example
White with #E152A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E152A7; }
p { color: rgb(225,82,167); }
H1.HeaderClassName
{
color: #E152A7;
}
.AnyTagClassName
{
color: #E152A7;
}
</style>
background-color css
<style>
a { background-color: #E152A7; }
a { background-color: rgb(225,82,167); }
div.DivClassName
{
background-color: #E152A7;
}
.BgClassName
{
background-color: #E152A7;
}
</style>
border-color css
<style>
span { border-color: #E152A7; }
span { border-color: rgb(225,82,167); }
td.TdClassName
{
border-color: #E152A7;
}
.TagClassName
{
border-color: #E152A7;
}
</style>