Shades of Brilliant Rose #E95AA2
Tints of Brilliant Rose #E95AA2
RGB
CMYK
RGB Variations
Color information
#E95AA2 (or 0xE95AA2) is known color: Brilliant Rose. HEX triplet: E9, 5A and A2. RGB value is (233,90,162). Sum of RGB (Red+Green+Blue) = 233+90+162=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E95AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95AA2 is #16A55D. Grayscale: #8C8C8C. Windows color (decimal): -1484126 or 10640105. OLE color: 10640105.
HSL color Cylindrical-coordinate representation of color #E95AA2: hue angle of 329.79º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95AA2 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 162 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.09 |
| HSL | 329.79º | 0.76% | 0.63% | - |
| HSV(B) | 329.79º | 0.61% | 0.91% | - |
| XYZ | 43.78 | 27.24 | 37.13 | - |
| YUV | 140.97 | 139.88 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 162 | 0 | 0.61 | 0.30 | 0.09 | 329.79 | 0.76 | 0.63 |
| Hex | E9 | 5A | A2 | 0 | 3D | 1E | 9 | 14A | 4C | 3F |
| Octal | 351 | 132 | 242 | 0 | 75 | 36 | 11 | 512 | 114 | 77 |
| Binary | 11101001 | 1011010 | 10100010 | 0 | 111101 | 11110 | 1001 | 101001010 | 1001100 | 111111 |
Color Harmonies of #E95AA2
Complementary color
Monochromatic Colors of #E95AA2
Black with #E95AA2
Text Example
Text Example
White with #E95AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95AA2; }
p { color: rgb(233,90,162); }
H1.HeaderClassName
{
color: #E95AA2;
}
.AnyTagClassName
{
color: #E95AA2;
}
</style>
background-color css
<style>
a { background-color: #E95AA2; }
a { background-color: rgb(233,90,162); }
div.DivClassName
{
background-color: #E95AA2;
}
.BgClassName
{
background-color: #E95AA2;
}
</style>
border-color css
<style>
span { border-color: #E95AA2; }
span { border-color: rgb(233,90,162); }
td.TdClassName
{
border-color: #E95AA2;
}
.TagClassName
{
border-color: #E95AA2;
}
</style>