Shades of Brilliant Rose #E956B1
Tints of Brilliant Rose #E956B1
RGB
CMYK
RGB Variations
Color information
#E956B1 (or 0xE956B1) is known color: Brilliant Rose. HEX triplet: E9, 56 and B1. RGB value is (233,86,177). Sum of RGB (Red+Green+Blue) = 233+86+177=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E956B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E956B1 is #16A94E. Grayscale: #8C8C8C. Windows color (decimal): -1485135 or 11622121. OLE color: 11622121.
HSL color Cylindrical-coordinate representation of color #E956B1: hue angle of 322.86º 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 #E956B1 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 177 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.09 |
| HSL | 322.86º | 0.77% | 0.63% | - |
| HSV(B) | 322.86º | 0.63% | 0.91% | - |
| XYZ | 44.87 | 27.15 | 44.47 | - |
| YUV | 140.33 | 148.7 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 177 | 0 | 0.63 | 0.24 | 0.09 | 322.86 | 0.77 | 0.63 |
| Hex | E9 | 56 | B1 | 0 | 3F | 18 | 9 | 143 | 4D | 3F |
| Octal | 351 | 126 | 261 | 0 | 77 | 30 | 11 | 503 | 115 | 77 |
| Binary | 11101001 | 1010110 | 10110001 | 0 | 111111 | 11000 | 1001 | 101000011 | 1001101 | 111111 |
Color Harmonies of #E956B1
Complementary color
Monochromatic Colors of #E956B1
Black with #E956B1
Text Example
Text Example
White with #E956B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E956B1; }
p { color: rgb(233,86,177); }
H1.HeaderClassName
{
color: #E956B1;
}
.AnyTagClassName
{
color: #E956B1;
}
</style>
background-color css
<style>
a { background-color: #E956B1; }
a { background-color: rgb(233,86,177); }
div.DivClassName
{
background-color: #E956B1;
}
.BgClassName
{
background-color: #E956B1;
}
</style>
border-color css
<style>
span { border-color: #E956B1; }
span { border-color: rgb(233,86,177); }
td.TdClassName
{
border-color: #E956B1;
}
.TagClassName
{
border-color: #E956B1;
}
</style>