Shades of Brilliant Rose #E952AD
Tints of Brilliant Rose #E952AD
RGB
CMYK
RGB Variations
Color information
#E952AD (or 0xE952AD) is known color: Brilliant Rose. HEX triplet: E9, 52 and AD. RGB value is (233,82,173). Sum of RGB (Red+Green+Blue) = 233+82+173=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E952AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E952AD is #16AD52. Grayscale: #898989. Windows color (decimal): -1486163 or 11358953. OLE color: 11358953.
HSL color Cylindrical-coordinate representation of color #E952AD: hue angle of 323.84º 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 #E952AD is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 173 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.09 |
| HSL | 323.84º | 0.77% | 0.62% | - |
| HSV(B) | 323.84º | 0.65% | 0.91% | - |
| XYZ | 44.16 | 26.38 | 42.3 | - |
| YUV | 137.52 | 148.03 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 173 | 0 | 0.65 | 0.26 | 0.09 | 323.84 | 0.77 | 0.62 |
| Hex | E9 | 52 | AD | 0 | 41 | 1A | 9 | 144 | 4D | 3E |
| Octal | 351 | 122 | 255 | 0 | 101 | 32 | 11 | 504 | 115 | 76 |
| Binary | 11101001 | 1010010 | 10101101 | 0 | 1000001 | 11010 | 1001 | 101000100 | 1001101 | 111110 |
Color Harmonies of #E952AD
Complementary color
Monochromatic Colors of #E952AD
Black with #E952AD
Text Example
Text Example
White with #E952AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952AD; }
p { color: rgb(233,82,173); }
H1.HeaderClassName
{
color: #E952AD;
}
.AnyTagClassName
{
color: #E952AD;
}
</style>
background-color css
<style>
a { background-color: #E952AD; }
a { background-color: rgb(233,82,173); }
div.DivClassName
{
background-color: #E952AD;
}
.BgClassName
{
background-color: #E952AD;
}
</style>
border-color css
<style>
span { border-color: #E952AD; }
span { border-color: rgb(233,82,173); }
td.TdClassName
{
border-color: #E952AD;
}
.TagClassName
{
border-color: #E952AD;
}
</style>