Shades of Brilliant Rose #E65BAC
Tints of Brilliant Rose #E65BAC
RGB
CMYK
RGB Variations
Color information
#E65BAC (or 0xE65BAC) is known color: Brilliant Rose. HEX triplet: E6, 5B and AC. RGB value is (230,91,172). Sum of RGB (Red+Green+Blue) = 230+91+172=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E65BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65BAC is #19A453. Grayscale: #8D8D8D. Windows color (decimal): -1680468 or 11295718. OLE color: 11295718.
HSL color Cylindrical-coordinate representation of color #E65BAC: hue angle of 325.04º 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 #E65BAC is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 172 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.10 |
| HSL | 325.04º | 0.74% | 0.63% | - |
| HSV(B) | 325.04º | 0.6% | 0.9% | - |
| XYZ | 43.82 | 27.28 | 41.99 | - |
| YUV | 141.8 | 145.05 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 172 | 0 | 0.60 | 0.25 | 0.10 | 325.04 | 0.74 | 0.63 |
| Hex | E6 | 5B | AC | 0 | 3C | 19 | A | 145 | 4A | 3F |
| Octal | 346 | 133 | 254 | 0 | 74 | 31 | 12 | 505 | 112 | 77 |
| Binary | 11100110 | 1011011 | 10101100 | 0 | 111100 | 11001 | 1010 | 101000101 | 1001010 | 111111 |
Color Harmonies of #E65BAC
Complementary color
Monochromatic Colors of #E65BAC
Black with #E65BAC
Text Example
Text Example
White with #E65BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BAC; }
p { color: rgb(230,91,172); }
H1.HeaderClassName
{
color: #E65BAC;
}
.AnyTagClassName
{
color: #E65BAC;
}
</style>
background-color css
<style>
a { background-color: #E65BAC; }
a { background-color: rgb(230,91,172); }
div.DivClassName
{
background-color: #E65BAC;
}
.BgClassName
{
background-color: #E65BAC;
}
</style>
border-color css
<style>
span { border-color: #E65BAC; }
span { border-color: rgb(230,91,172); }
td.TdClassName
{
border-color: #E65BAC;
}
.TagClassName
{
border-color: #E65BAC;
}
</style>