Shades of Brilliant Rose #E95BA2
Tints of Brilliant Rose #E95BA2
RGB
CMYK
RGB Variations
Color information
#E95BA2 (or 0xE95BA2) is known color: Brilliant Rose. HEX triplet: E9, 5B and A2. RGB value is (233,91,162). Sum of RGB (Red+Green+Blue) = 233+91+162=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95BA2 is #16A45D. Grayscale: #8D8D8D. Windows color (decimal): -1483870 or 10640361. OLE color: 10640361.
HSL color Cylindrical-coordinate representation of color #E95BA2: hue angle of 330º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95BA2 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 91 | 162 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.09 |
| HSL | 330º | 0.76% | 0.64% | - |
| HSV(B) | 330º | 0.61% | 0.91% | - |
| XYZ | 43.87 | 27.41 | 37.16 | - |
| YUV | 141.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 162 | 0 | 0.61 | 0.30 | 0.09 | 330 | 0.76 | 0.64 |
| Hex | E9 | 5B | A2 | 0 | 3D | 1E | 9 | 14A | 4C | 40 |
| Octal | 351 | 133 | 242 | 0 | 75 | 36 | 11 | 512 | 114 | 100 |
| Binary | 11101001 | 1011011 | 10100010 | 0 | 111101 | 11110 | 1001 | 101001010 | 1001100 | 1000000 |
Color Harmonies of #E95BA2
Complementary color
Monochromatic Colors of #E95BA2
Black with #E95BA2
Text Example
Text Example
White with #E95BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95BA2; }
p { color: rgb(233,91,162); }
H1.HeaderClassName
{
color: #E95BA2;
}
.AnyTagClassName
{
color: #E95BA2;
}
</style>
background-color css
<style>
a { background-color: #E95BA2; }
a { background-color: rgb(233,91,162); }
div.DivClassName
{
background-color: #E95BA2;
}
.BgClassName
{
background-color: #E95BA2;
}
</style>
border-color css
<style>
span { border-color: #E95BA2; }
span { border-color: rgb(233,91,162); }
td.TdClassName
{
border-color: #E95BA2;
}
.TagClassName
{
border-color: #E95BA2;
}
</style>