Shades of Brilliant Rose #E65BAB
Tints of Brilliant Rose #E65BAB
RGB
CMYK
RGB Variations
Color information
#E65BAB (or 0xE65BAB) is known color: Brilliant Rose. HEX triplet: E6, 5B and AB. RGB value is (230,91,171). Sum of RGB (Red+Green+Blue) = 230+91+171=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E65BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65BAB is #19A454. Grayscale: #8D8D8D. Windows color (decimal): -1680469 or 11230182. OLE color: 11230182.
HSL color Cylindrical-coordinate representation of color #E65BAB: hue angle of 325.47º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65BAB is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 171 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.10 |
| HSL | 325.47º | 0.74% | 0.63% | - |
| HSV(B) | 325.47º | 0.6% | 0.9% | - |
| XYZ | 43.72 | 27.25 | 41.48 | - |
| YUV | 141.68 | 144.55 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 171 | 0 | 0.60 | 0.26 | 0.10 | 325.47 | 0.74 | 0.63 |
| Hex | E6 | 5B | AB | 0 | 3C | 1A | A | 145 | 4A | 3F |
| Octal | 346 | 133 | 253 | 0 | 74 | 32 | 12 | 505 | 112 | 77 |
| Binary | 11100110 | 1011011 | 10101011 | 0 | 111100 | 11010 | 1010 | 101000101 | 1001010 | 111111 |
Color Harmonies of #E65BAB
Complementary color
Monochromatic Colors of #E65BAB
Black with #E65BAB
Text Example
Text Example
White with #E65BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BAB; }
p { color: rgb(230,91,171); }
H1.HeaderClassName
{
color: #E65BAB;
}
.AnyTagClassName
{
color: #E65BAB;
}
</style>
background-color css
<style>
a { background-color: #E65BAB; }
a { background-color: rgb(230,91,171); }
div.DivClassName
{
background-color: #E65BAB;
}
.BgClassName
{
background-color: #E65BAB;
}
</style>
border-color css
<style>
span { border-color: #E65BAB; }
span { border-color: rgb(230,91,171); }
td.TdClassName
{
border-color: #E65BAB;
}
.TagClassName
{
border-color: #E65BAB;
}
</style>