Shades of Brilliant Rose #E756B0
Tints of Brilliant Rose #E756B0
RGB
CMYK
RGB Variations
Color information
#E756B0 (or 0xE756B0) is known color: Brilliant Rose. HEX triplet: E7, 56 and B0. RGB value is (231,86,176). Sum of RGB (Red+Green+Blue) = 231+86+176=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E756B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E756B0 is #18A94F. Grayscale: #8B8B8B. Windows color (decimal): -1616208 or 11556583. OLE color: 11556583.
HSL color Cylindrical-coordinate representation of color #E756B0: hue angle of 322.76º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E756B0 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 176 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.09 |
| HSL | 322.76º | 0.75% | 0.62% | - |
| HSV(B) | 322.76º | 0.63% | 0.91% | - |
| XYZ | 44.12 | 26.78 | 43.92 | - |
| YUV | 139.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 176 | 0 | 0.63 | 0.24 | 0.09 | 322.76 | 0.75 | 0.62 |
| Hex | E7 | 56 | B0 | 0 | 3F | 18 | 9 | 143 | 4B | 3E |
| Octal | 347 | 126 | 260 | 0 | 77 | 30 | 11 | 503 | 113 | 76 |
| Binary | 11100111 | 1010110 | 10110000 | 0 | 111111 | 11000 | 1001 | 101000011 | 1001011 | 111110 |
Color Harmonies of #E756B0
Complementary color
Monochromatic Colors of #E756B0
Black with #E756B0
Text Example
Text Example
White with #E756B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E756B0; }
p { color: rgb(231,86,176); }
H1.HeaderClassName
{
color: #E756B0;
}
.AnyTagClassName
{
color: #E756B0;
}
</style>
background-color css
<style>
a { background-color: #E756B0; }
a { background-color: rgb(231,86,176); }
div.DivClassName
{
background-color: #E756B0;
}
.BgClassName
{
background-color: #E756B0;
}
</style>
border-color css
<style>
span { border-color: #E756B0; }
span { border-color: rgb(231,86,176); }
td.TdClassName
{
border-color: #E756B0;
}
.TagClassName
{
border-color: #E756B0;
}
</style>