Shades of Brilliant Rose #E852B2
Tints of Brilliant Rose #E852B2
RGB
CMYK
RGB Variations
Color information
#E852B2 (or 0xE852B2) is known color: Brilliant Rose. HEX triplet: E8, 52 and B2. RGB value is (232,82,178). Sum of RGB (Red+Green+Blue) = 232+82+178=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E852B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E852B2 is #17AD4D. Grayscale: #898989. Windows color (decimal): -1551694 or 11686632. OLE color: 11686632.
HSL color Cylindrical-coordinate representation of color #E852B2: hue angle of 321.6º 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 #E852B2 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 178 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.09 |
| HSL | 321.6º | 0.77% | 0.62% | - |
| HSV(B) | 321.6º | 0.65% | 0.91% | - |
| XYZ | 44.33 | 26.4 | 44.88 | - |
| YUV | 137.79 | 150.7 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 178 | 0 | 0.65 | 0.23 | 0.09 | 321.6 | 0.77 | 0.62 |
| Hex | E8 | 52 | B2 | 0 | 41 | 17 | 9 | 142 | 4D | 3E |
| Octal | 350 | 122 | 262 | 0 | 101 | 27 | 11 | 502 | 115 | 76 |
| Binary | 11101000 | 1010010 | 10110010 | 0 | 1000001 | 10111 | 1001 | 101000010 | 1001101 | 111110 |
Color Harmonies of #E852B2
Complementary color
Monochromatic Colors of #E852B2
Black with #E852B2
Text Example
Text Example
White with #E852B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852B2; }
p { color: rgb(232,82,178); }
H1.HeaderClassName
{
color: #E852B2;
}
.AnyTagClassName
{
color: #E852B2;
}
</style>
background-color css
<style>
a { background-color: #E852B2; }
a { background-color: rgb(232,82,178); }
div.DivClassName
{
background-color: #E852B2;
}
.BgClassName
{
background-color: #E852B2;
}
</style>
border-color css
<style>
span { border-color: #E852B2; }
span { border-color: rgb(232,82,178); }
td.TdClassName
{
border-color: #E852B2;
}
.TagClassName
{
border-color: #E852B2;
}
</style>