Shades of Brilliant Rose #E852AD
Tints of Brilliant Rose #E852AD
RGB
CMYK
RGB Variations
Color information
#E852AD (or 0xE852AD) is known color: Brilliant Rose. HEX triplet: E8, 52 and AD. RGB value is (232,82,173). Sum of RGB (Red+Green+Blue) = 232+82+173=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E852AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E852AD is #17AD52. Grayscale: #898989. Windows color (decimal): -1551699 or 11358952. OLE color: 11358952.
HSL color Cylindrical-coordinate representation of color #E852AD: hue angle of 323.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 #E852AD is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 173 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.09 |
| HSL | 323.6º | 0.77% | 0.62% | - |
| HSV(B) | 323.6º | 0.65% | 0.91% | - |
| XYZ | 43.84 | 26.21 | 42.28 | - |
| YUV | 137.22 | 148.2 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 173 | 0 | 0.65 | 0.25 | 0.09 | 323.6 | 0.77 | 0.62 |
| Hex | E8 | 52 | AD | 0 | 41 | 19 | 9 | 144 | 4D | 3E |
| Octal | 350 | 122 | 255 | 0 | 101 | 31 | 11 | 504 | 115 | 76 |
| Binary | 11101000 | 1010010 | 10101101 | 0 | 1000001 | 11001 | 1001 | 101000100 | 1001101 | 111110 |
Color Harmonies of #E852AD
Complementary color
Monochromatic Colors of #E852AD
Black with #E852AD
Text Example
Text Example
White with #E852AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852AD; }
p { color: rgb(232,82,173); }
H1.HeaderClassName
{
color: #E852AD;
}
.AnyTagClassName
{
color: #E852AD;
}
</style>
background-color css
<style>
a { background-color: #E852AD; }
a { background-color: rgb(232,82,173); }
div.DivClassName
{
background-color: #E852AD;
}
.BgClassName
{
background-color: #E852AD;
}
</style>
border-color css
<style>
span { border-color: #E852AD; }
span { border-color: rgb(232,82,173); }
td.TdClassName
{
border-color: #E852AD;
}
.TagClassName
{
border-color: #E852AD;
}
</style>