Shades of Brilliant Rose #E95AA3
Tints of Brilliant Rose #E95AA3
RGB
CMYK
RGB Variations
Color information
#E95AA3 (or 0xE95AA3) is known color: Brilliant Rose. HEX triplet: E9, 5A and A3. RGB value is (233,90,163). Sum of RGB (Red+Green+Blue) = 233+90+163=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E95AA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95AA3 is #16A55C. Grayscale: #8C8C8C. Windows color (decimal): -1484125 or 10705641. OLE color: 10705641.
HSL color Cylindrical-coordinate representation of color #E95AA3: hue angle of 329.37º 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 #E95AA3 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 163 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.09 |
| HSL | 329.37º | 0.76% | 0.63% | - |
| HSV(B) | 329.37º | 0.61% | 0.91% | - |
| XYZ | 43.87 | 27.28 | 37.6 | - |
| YUV | 141.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 163 | 0 | 0.61 | 0.30 | 0.09 | 329.37 | 0.76 | 0.63 |
| Hex | E9 | 5A | A3 | 0 | 3D | 1E | 9 | 149 | 4C | 3F |
| Octal | 351 | 132 | 243 | 0 | 75 | 36 | 11 | 511 | 114 | 77 |
| Binary | 11101001 | 1011010 | 10100011 | 0 | 111101 | 11110 | 1001 | 101001001 | 1001100 | 111111 |
Color Harmonies of #E95AA3
Complementary color
Monochromatic Colors of #E95AA3
Black with #E95AA3
Text Example
Text Example
White with #E95AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95AA3; }
p { color: rgb(233,90,163); }
H1.HeaderClassName
{
color: #E95AA3;
}
.AnyTagClassName
{
color: #E95AA3;
}
</style>
background-color css
<style>
a { background-color: #E95AA3; }
a { background-color: rgb(233,90,163); }
div.DivClassName
{
background-color: #E95AA3;
}
.BgClassName
{
background-color: #E95AA3;
}
</style>
border-color css
<style>
span { border-color: #E95AA3; }
span { border-color: rgb(233,90,163); }
td.TdClassName
{
border-color: #E95AA3;
}
.TagClassName
{
border-color: #E95AA3;
}
</style>