Shades of Brilliant Rose #E756A9
Tints of Brilliant Rose #E756A9
RGB
CMYK
RGB Variations
Color information
#E756A9 (or 0xE756A9) is known color: Brilliant Rose. HEX triplet: E7, 56 and A9. RGB value is (231,86,169). Sum of RGB (Red+Green+Blue) = 231+86+169=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E756A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E756A9 is #18A956. Grayscale: #8A8A8A. Windows color (decimal): -1616215 or 11097831. OLE color: 11097831.
HSL color Cylindrical-coordinate representation of color #E756A9: hue angle of 325.66º 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 #E756A9 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 169 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.09 |
| HSL | 325.66º | 0.75% | 0.62% | - |
| HSV(B) | 325.66º | 0.63% | 0.91% | - |
| XYZ | 43.44 | 26.51 | 40.36 | - |
| YUV | 138.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 169 | 0 | 0.63 | 0.27 | 0.09 | 325.66 | 0.75 | 0.62 |
| Hex | E7 | 56 | A9 | 0 | 3F | 1B | 9 | 146 | 4B | 3E |
| Octal | 347 | 126 | 251 | 0 | 77 | 33 | 11 | 506 | 113 | 76 |
| Binary | 11100111 | 1010110 | 10101001 | 0 | 111111 | 11011 | 1001 | 101000110 | 1001011 | 111110 |
Color Harmonies of #E756A9
Complementary color
Monochromatic Colors of #E756A9
Black with #E756A9
Text Example
Text Example
White with #E756A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E756A9; }
p { color: rgb(231,86,169); }
H1.HeaderClassName
{
color: #E756A9;
}
.AnyTagClassName
{
color: #E756A9;
}
</style>
background-color css
<style>
a { background-color: #E756A9; }
a { background-color: rgb(231,86,169); }
div.DivClassName
{
background-color: #E756A9;
}
.BgClassName
{
background-color: #E756A9;
}
</style>
border-color css
<style>
span { border-color: #E756A9; }
span { border-color: rgb(231,86,169); }
td.TdClassName
{
border-color: #E756A9;
}
.TagClassName
{
border-color: #E756A9;
}
</style>