Shades of Brilliant Rose #E852A0
Tints of Brilliant Rose #E852A0
RGB
CMYK
RGB Variations
Color information
#E852A0 (or 0xE852A0) is known color: Brilliant Rose. HEX triplet: E8, 52 and A0. RGB value is (232,82,160). Sum of RGB (Red+Green+Blue) = 232+82+160=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E852A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E852A0 is #17AD5F. Grayscale: #878787. Windows color (decimal): -1551712 or 10506984. OLE color: 10506984.
HSL color Cylindrical-coordinate representation of color #E852A0: hue angle of 328.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E852A0 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 160 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.09 |
| HSL | 328.8º | 0.77% | 0.62% | - |
| HSV(B) | 328.8º | 0.65% | 0.91% | - |
| XYZ | 42.64 | 25.73 | 35.98 | - |
| YUV | 135.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 160 | 0 | 0.65 | 0.31 | 0.09 | 328.8 | 0.77 | 0.62 |
| Hex | E8 | 52 | A0 | 0 | 41 | 1F | 9 | 149 | 4D | 3E |
| Octal | 350 | 122 | 240 | 0 | 101 | 37 | 11 | 511 | 115 | 76 |
| Binary | 11101000 | 1010010 | 10100000 | 0 | 1000001 | 11111 | 1001 | 101001001 | 1001101 | 111110 |
Color Harmonies of #E852A0
Complementary color
Monochromatic Colors of #E852A0
Black with #E852A0
Text Example
Text Example
White with #E852A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852A0; }
p { color: rgb(232,82,160); }
H1.HeaderClassName
{
color: #E852A0;
}
.AnyTagClassName
{
color: #E852A0;
}
</style>
background-color css
<style>
a { background-color: #E852A0; }
a { background-color: rgb(232,82,160); }
div.DivClassName
{
background-color: #E852A0;
}
.BgClassName
{
background-color: #E852A0;
}
</style>
border-color css
<style>
span { border-color: #E852A0; }
span { border-color: rgb(232,82,160); }
td.TdClassName
{
border-color: #E852A0;
}
.TagClassName
{
border-color: #E852A0;
}
</style>