Shades of Brilliant Rose #E65BA5
Tints of Brilliant Rose #E65BA5
RGB
CMYK
RGB Variations
Color information
#E65BA5 (or 0xE65BA5) is known color: Brilliant Rose. HEX triplet: E6, 5B and A5. RGB value is (230,91,165). Sum of RGB (Red+Green+Blue) = 230+91+165=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E65BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65BA5 is #19A45A. Grayscale: #8C8C8C. Windows color (decimal): -1680475 or 10836966. OLE color: 10836966.
HSL color Cylindrical-coordinate representation of color #E65BA5: hue angle of 328.06º 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 #E65BA5 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 165 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.10 |
| HSL | 328.06º | 0.74% | 0.63% | - |
| HSV(B) | 328.06º | 0.6% | 0.9% | - |
| XYZ | 43.17 | 27.02 | 38.54 | - |
| YUV | 141 | 141.55 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 165 | 0 | 0.60 | 0.28 | 0.10 | 328.06 | 0.74 | 0.63 |
| Hex | E6 | 5B | A5 | 0 | 3C | 1C | A | 148 | 4A | 3F |
| Octal | 346 | 133 | 245 | 0 | 74 | 34 | 12 | 510 | 112 | 77 |
| Binary | 11100110 | 1011011 | 10100101 | 0 | 111100 | 11100 | 1010 | 101001000 | 1001010 | 111111 |
Color Harmonies of #E65BA5
Complementary color
Monochromatic Colors of #E65BA5
Black with #E65BA5
Text Example
Text Example
White with #E65BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BA5; }
p { color: rgb(230,91,165); }
H1.HeaderClassName
{
color: #E65BA5;
}
.AnyTagClassName
{
color: #E65BA5;
}
</style>
background-color css
<style>
a { background-color: #E65BA5; }
a { background-color: rgb(230,91,165); }
div.DivClassName
{
background-color: #E65BA5;
}
.BgClassName
{
background-color: #E65BA5;
}
</style>
border-color css
<style>
span { border-color: #E65BA5; }
span { border-color: rgb(230,91,165); }
td.TdClassName
{
border-color: #E65BA5;
}
.TagClassName
{
border-color: #E65BA5;
}
</style>