Shades of Brilliant Rose #E755AB
Tints of Brilliant Rose #E755AB
RGB
CMYK
RGB Variations
Color information
#E755AB (or 0xE755AB) is known color: Brilliant Rose. HEX triplet: E7, 55 and AB. RGB value is (231,85,171). Sum of RGB (Red+Green+Blue) = 231+85+171=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E755AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E755AB is #18AA54. Grayscale: #8A8A8A. Windows color (decimal): -1616469 or 11228647. OLE color: 11228647.
HSL color Cylindrical-coordinate representation of color #E755AB: hue angle of 324.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 #E755AB is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 171 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.09 |
| HSL | 324.66º | 0.75% | 0.62% | - |
| HSV(B) | 324.66º | 0.63% | 0.91% | - |
| XYZ | 43.55 | 26.43 | 41.33 | - |
| YUV | 138.46 | 146.37 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 171 | 0 | 0.63 | 0.26 | 0.09 | 324.66 | 0.75 | 0.62 |
| Hex | E7 | 55 | AB | 0 | 3F | 1A | 9 | 145 | 4B | 3E |
| Octal | 347 | 125 | 253 | 0 | 77 | 32 | 11 | 505 | 113 | 76 |
| Binary | 11100111 | 1010101 | 10101011 | 0 | 111111 | 11010 | 1001 | 101000101 | 1001011 | 111110 |
Color Harmonies of #E755AB
Complementary color
Monochromatic Colors of #E755AB
Black with #E755AB
Text Example
Text Example
White with #E755AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E755AB; }
p { color: rgb(231,85,171); }
H1.HeaderClassName
{
color: #E755AB;
}
.AnyTagClassName
{
color: #E755AB;
}
</style>
background-color css
<style>
a { background-color: #E755AB; }
a { background-color: rgb(231,85,171); }
div.DivClassName
{
background-color: #E755AB;
}
.BgClassName
{
background-color: #E755AB;
}
</style>
border-color css
<style>
span { border-color: #E755AB; }
span { border-color: rgb(231,85,171); }
td.TdClassName
{
border-color: #E755AB;
}
.TagClassName
{
border-color: #E755AB;
}
</style>