Shades of Brilliant Rose #E95AAF
Tints of Brilliant Rose #E95AAF
RGB
CMYK
RGB Variations
Color information
#E95AAF (or 0xE95AAF) is known color: Brilliant Rose. HEX triplet: E9, 5A and AF. RGB value is (233,90,175). Sum of RGB (Red+Green+Blue) = 233+90+175=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E95AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95AAF is #16A550. Grayscale: #8E8E8E. Windows color (decimal): -1484113 or 11492073. OLE color: 11492073.
HSL color Cylindrical-coordinate representation of color #E95AAF: hue angle of 324.34º 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 #E95AAF is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 175 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.09 |
| HSL | 324.34º | 0.76% | 0.63% | - |
| HSV(B) | 324.34º | 0.61% | 0.91% | - |
| XYZ | 45 | 27.73 | 43.54 | - |
| YUV | 142.45 | 146.38 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 175 | 0 | 0.61 | 0.25 | 0.09 | 324.34 | 0.76 | 0.63 |
| Hex | E9 | 5A | AF | 0 | 3D | 19 | 9 | 144 | 4C | 3F |
| Octal | 351 | 132 | 257 | 0 | 75 | 31 | 11 | 504 | 114 | 77 |
| Binary | 11101001 | 1011010 | 10101111 | 0 | 111101 | 11001 | 1001 | 101000100 | 1001100 | 111111 |
Color Harmonies of #E95AAF
Complementary color
Monochromatic Colors of #E95AAF
Black with #E95AAF
Text Example
Text Example
White with #E95AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95AAF; }
p { color: rgb(233,90,175); }
H1.HeaderClassName
{
color: #E95AAF;
}
.AnyTagClassName
{
color: #E95AAF;
}
</style>
background-color css
<style>
a { background-color: #E95AAF; }
a { background-color: rgb(233,90,175); }
div.DivClassName
{
background-color: #E95AAF;
}
.BgClassName
{
background-color: #E95AAF;
}
</style>
border-color css
<style>
span { border-color: #E95AAF; }
span { border-color: rgb(233,90,175); }
td.TdClassName
{
border-color: #E95AAF;
}
.TagClassName
{
border-color: #E95AAF;
}
</style>