Shades of Brilliant Rose #E852B5
Tints of Brilliant Rose #E852B5
RGB
CMYK
RGB Variations
Color information
#E852B5 (or 0xE852B5) is known color: Brilliant Rose. HEX triplet: E8, 52 and B5. RGB value is (232,82,181). Sum of RGB (Red+Green+Blue) = 232+82+181=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E852B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E852B5 is #17AD4A. Grayscale: #898989. Windows color (decimal): -1551691 or 11883240. OLE color: 11883240.
HSL color Cylindrical-coordinate representation of color #E852B5: hue angle of 320.4º 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 #E852B5 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 181 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.09 |
| HSL | 320.4º | 0.77% | 0.62% | - |
| HSV(B) | 320.4º | 0.65% | 0.91% | - |
| XYZ | 44.64 | 26.53 | 46.48 | - |
| YUV | 138.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 181 | 0 | 0.65 | 0.22 | 0.09 | 320.4 | 0.77 | 0.62 |
| Hex | E8 | 52 | B5 | 0 | 41 | 16 | 9 | 140 | 4D | 3E |
| Octal | 350 | 122 | 265 | 0 | 101 | 26 | 11 | 500 | 115 | 76 |
| Binary | 11101000 | 1010010 | 10110101 | 0 | 1000001 | 10110 | 1001 | 101000000 | 1001101 | 111110 |
Color Harmonies of #E852B5
Complementary color
Monochromatic Colors of #E852B5
Black with #E852B5
Text Example
Text Example
White with #E852B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852B5; }
p { color: rgb(232,82,181); }
H1.HeaderClassName
{
color: #E852B5;
}
.AnyTagClassName
{
color: #E852B5;
}
</style>
background-color css
<style>
a { background-color: #E852B5; }
a { background-color: rgb(232,82,181); }
div.DivClassName
{
background-color: #E852B5;
}
.BgClassName
{
background-color: #E852B5;
}
</style>
border-color css
<style>
span { border-color: #E852B5; }
span { border-color: rgb(232,82,181); }
td.TdClassName
{
border-color: #E852B5;
}
.TagClassName
{
border-color: #E852B5;
}
</style>