Shades of Brilliant Rose #E85CAB
Tints of Brilliant Rose #E85CAB
RGB
CMYK
RGB Variations
Color information
#E85CAB (or 0xE85CAB) is known color: Brilliant Rose. HEX triplet: E8, 5C and AB. RGB value is (232,92,171). Sum of RGB (Red+Green+Blue) = 232+92+171=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E85CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85CAB is #17A354. Grayscale: #8E8E8E. Windows color (decimal): -1549141 or 11230440. OLE color: 11230440.
HSL color Cylindrical-coordinate representation of color #E85CAB: hue angle of 326.14º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85CAB is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 171 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.09 |
| HSL | 326.14º | 0.75% | 0.64% | - |
| HSV(B) | 326.14º | 0.6% | 0.91% | - |
| XYZ | 44.46 | 27.75 | 41.54 | - |
| YUV | 142.87 | 143.88 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 171 | 0 | 0.60 | 0.26 | 0.09 | 326.14 | 0.75 | 0.64 |
| Hex | E8 | 5C | AB | 0 | 3C | 1A | 9 | 146 | 4B | 40 |
| Octal | 350 | 134 | 253 | 0 | 74 | 32 | 11 | 506 | 113 | 100 |
| Binary | 11101000 | 1011100 | 10101011 | 0 | 111100 | 11010 | 1001 | 101000110 | 1001011 | 1000000 |
Color Harmonies of #E85CAB
Complementary color
Monochromatic Colors of #E85CAB
Black with #E85CAB
Text Example
Text Example
White with #E85CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85CAB; }
p { color: rgb(232,92,171); }
H1.HeaderClassName
{
color: #E85CAB;
}
.AnyTagClassName
{
color: #E85CAB;
}
</style>
background-color css
<style>
a { background-color: #E85CAB; }
a { background-color: rgb(232,92,171); }
div.DivClassName
{
background-color: #E85CAB;
}
.BgClassName
{
background-color: #E85CAB;
}
</style>
border-color css
<style>
span { border-color: #E85CAB; }
span { border-color: rgb(232,92,171); }
td.TdClassName
{
border-color: #E85CAB;
}
.TagClassName
{
border-color: #E85CAB;
}
</style>