Shades of Brilliant Rose #E852B6
Tints of Brilliant Rose #E852B6
RGB
CMYK
RGB Variations
Color information
#E852B6 (or 0xE852B6) is known color: Brilliant Rose. HEX triplet: E8, 52 and B6. RGB value is (232,82,182). Sum of RGB (Red+Green+Blue) = 232+82+182=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E852B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E852B6 is #17AD49. Grayscale: #8A8A8A. Windows color (decimal): -1551690 or 11948776. OLE color: 11948776.
HSL color Cylindrical-coordinate representation of color #E852B6: hue angle of 320º 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 #E852B6 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 182 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.09 |
| HSL | 320º | 0.77% | 0.62% | - |
| HSV(B) | 320º | 0.65% | 0.91% | - |
| XYZ | 44.74 | 26.57 | 47.03 | - |
| YUV | 138.25 | 152.7 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 182 | 0 | 0.65 | 0.22 | 0.09 | 320 | 0.77 | 0.62 |
| Hex | E8 | 52 | B6 | 0 | 41 | 16 | 9 | 140 | 4D | 3E |
| Octal | 350 | 122 | 266 | 0 | 101 | 26 | 11 | 500 | 115 | 76 |
| Binary | 11101000 | 1010010 | 10110110 | 0 | 1000001 | 10110 | 1001 | 101000000 | 1001101 | 111110 |
Color Harmonies of #E852B6
Complementary color
Monochromatic Colors of #E852B6
Black with #E852B6
Text Example
Text Example
White with #E852B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852B6; }
p { color: rgb(232,82,182); }
H1.HeaderClassName
{
color: #E852B6;
}
.AnyTagClassName
{
color: #E852B6;
}
</style>
background-color css
<style>
a { background-color: #E852B6; }
a { background-color: rgb(232,82,182); }
div.DivClassName
{
background-color: #E852B6;
}
.BgClassName
{
background-color: #E852B6;
}
</style>
border-color css
<style>
span { border-color: #E852B6; }
span { border-color: rgb(232,82,182); }
td.TdClassName
{
border-color: #E852B6;
}
.TagClassName
{
border-color: #E852B6;
}
</style>