Shades of Brilliant Rose #E956B2
Tints of Brilliant Rose #E956B2
RGB
CMYK
RGB Variations
Color information
#E956B2 (or 0xE956B2) is known color: Brilliant Rose. HEX triplet: E9, 56 and B2. RGB value is (233,86,178). Sum of RGB (Red+Green+Blue) = 233+86+178=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E956B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E956B2 is #16A94D. Grayscale: #8C8C8C. Windows color (decimal): -1485134 or 11687657. OLE color: 11687657.
HSL color Cylindrical-coordinate representation of color #E956B2: hue angle of 322.45º 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 #E956B2 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 178 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.09 |
| HSL | 322.45º | 0.77% | 0.63% | - |
| HSV(B) | 322.45º | 0.63% | 0.91% | - |
| XYZ | 44.97 | 27.19 | 45 | - |
| YUV | 140.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 178 | 0 | 0.63 | 0.24 | 0.09 | 322.45 | 0.77 | 0.63 |
| Hex | E9 | 56 | B2 | 0 | 3F | 18 | 9 | 142 | 4D | 3F |
| Octal | 351 | 126 | 262 | 0 | 77 | 30 | 11 | 502 | 115 | 77 |
| Binary | 11101001 | 1010110 | 10110010 | 0 | 111111 | 11000 | 1001 | 101000010 | 1001101 | 111111 |
Color Harmonies of #E956B2
Complementary color
Monochromatic Colors of #E956B2
Black with #E956B2
Text Example
Text Example
White with #E956B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E956B2; }
p { color: rgb(233,86,178); }
H1.HeaderClassName
{
color: #E956B2;
}
.AnyTagClassName
{
color: #E956B2;
}
</style>
background-color css
<style>
a { background-color: #E956B2; }
a { background-color: rgb(233,86,178); }
div.DivClassName
{
background-color: #E956B2;
}
.BgClassName
{
background-color: #E956B2;
}
</style>
border-color css
<style>
span { border-color: #E956B2; }
span { border-color: rgb(233,86,178); }
td.TdClassName
{
border-color: #E956B2;
}
.TagClassName
{
border-color: #E956B2;
}
</style>