Shades of Brilliant Rose #E952AB
Tints of Brilliant Rose #E952AB
RGB
CMYK
RGB Variations
Color information
#E952AB (or 0xE952AB) is known color: Brilliant Rose. HEX triplet: E9, 52 and AB. RGB value is (233,82,171). Sum of RGB (Red+Green+Blue) = 233+82+171=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E952AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E952AB is #16AD54. Grayscale: #898989. Windows color (decimal): -1486165 or 11227881. OLE color: 11227881.
HSL color Cylindrical-coordinate representation of color #E952AB: hue angle of 324.64º 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 #E952AB is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 171 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.09 |
| HSL | 324.64º | 0.77% | 0.62% | - |
| HSV(B) | 324.64º | 0.65% | 0.91% | - |
| XYZ | 43.97 | 26.3 | 41.29 | - |
| YUV | 137.3 | 147.03 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 171 | 0 | 0.65 | 0.27 | 0.09 | 324.64 | 0.77 | 0.62 |
| Hex | E9 | 52 | AB | 0 | 41 | 1B | 9 | 145 | 4D | 3E |
| Octal | 351 | 122 | 253 | 0 | 101 | 33 | 11 | 505 | 115 | 76 |
| Binary | 11101001 | 1010010 | 10101011 | 0 | 1000001 | 11011 | 1001 | 101000101 | 1001101 | 111110 |
Color Harmonies of #E952AB
Complementary color
Monochromatic Colors of #E952AB
Black with #E952AB
Text Example
Text Example
White with #E952AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952AB; }
p { color: rgb(233,82,171); }
H1.HeaderClassName
{
color: #E952AB;
}
.AnyTagClassName
{
color: #E952AB;
}
</style>
background-color css
<style>
a { background-color: #E952AB; }
a { background-color: rgb(233,82,171); }
div.DivClassName
{
background-color: #E952AB;
}
.BgClassName
{
background-color: #E952AB;
}
</style>
border-color css
<style>
span { border-color: #E952AB; }
span { border-color: rgb(233,82,171); }
td.TdClassName
{
border-color: #E952AB;
}
.TagClassName
{
border-color: #E952AB;
}
</style>