Shades of Brilliant Rose #E956AA
Tints of Brilliant Rose #E956AA
RGB
CMYK
RGB Variations
Color information
#E956AA (or 0xE956AA) is known color: Brilliant Rose. HEX triplet: E9, 56 and AA. RGB value is (233,86,170). Sum of RGB (Red+Green+Blue) = 233+86+170=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E956AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E956AA is #16A955. Grayscale: #8B8B8B. Windows color (decimal): -1485142 or 11163369. OLE color: 11163369.
HSL color Cylindrical-coordinate representation of color #E956AA: hue angle of 325.71º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E956AA is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 170 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.09 |
| HSL | 325.71º | 0.77% | 0.63% | - |
| HSV(B) | 325.71º | 0.63% | 0.91% | - |
| XYZ | 44.19 | 26.88 | 40.89 | - |
| YUV | 139.53 | 145.2 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 170 | 0 | 0.63 | 0.27 | 0.09 | 325.71 | 0.77 | 0.63 |
| Hex | E9 | 56 | AA | 0 | 3F | 1B | 9 | 146 | 4D | 3F |
| Octal | 351 | 126 | 252 | 0 | 77 | 33 | 11 | 506 | 115 | 77 |
| Binary | 11101001 | 1010110 | 10101010 | 0 | 111111 | 11011 | 1001 | 101000110 | 1001101 | 111111 |
Color Harmonies of #E956AA
Complementary color
Monochromatic Colors of #E956AA
Black with #E956AA
Text Example
Text Example
White with #E956AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E956AA; }
p { color: rgb(233,86,170); }
H1.HeaderClassName
{
color: #E956AA;
}
.AnyTagClassName
{
color: #E956AA;
}
</style>
background-color css
<style>
a { background-color: #E956AA; }
a { background-color: rgb(233,86,170); }
div.DivClassName
{
background-color: #E956AA;
}
.BgClassName
{
background-color: #E956AA;
}
</style>
border-color css
<style>
span { border-color: #E956AA; }
span { border-color: rgb(233,86,170); }
td.TdClassName
{
border-color: #E956AA;
}
.TagClassName
{
border-color: #E956AA;
}
</style>