Shades of Brilliant Rose #E95DAA
Tints of Brilliant Rose #E95DAA
RGB
CMYK
RGB Variations
Color information
#E95DAA (or 0xE95DAA) is known color: Brilliant Rose. HEX triplet: E9, 5D and AA. RGB value is (233,93,170). Sum of RGB (Red+Green+Blue) = 233+93+170=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95DAA is #16A255. Grayscale: #8F8F8F. Windows color (decimal): -1483350 or 11165161. OLE color: 11165161.
HSL color Cylindrical-coordinate representation of color #E95DAA: hue angle of 327º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95DAA is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 170 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.09 |
| HSL | 327º | 0.76% | 0.64% | - |
| HSV(B) | 327º | 0.6% | 0.91% | - |
| XYZ | 44.77 | 28.05 | 41.09 | - |
| YUV | 143.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 170 | 0 | 0.60 | 0.27 | 0.09 | 327 | 0.76 | 0.64 |
| Hex | E9 | 5D | AA | 0 | 3C | 1B | 9 | 147 | 4C | 40 |
| Octal | 351 | 135 | 252 | 0 | 74 | 33 | 11 | 507 | 114 | 100 |
| Binary | 11101001 | 1011101 | 10101010 | 0 | 111100 | 11011 | 1001 | 101000111 | 1001100 | 1000000 |
Color Harmonies of #E95DAA
Complementary color
Monochromatic Colors of #E95DAA
Black with #E95DAA
Text Example
Text Example
White with #E95DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DAA; }
p { color: rgb(233,93,170); }
H1.HeaderClassName
{
color: #E95DAA;
}
.AnyTagClassName
{
color: #E95DAA;
}
</style>
background-color css
<style>
a { background-color: #E95DAA; }
a { background-color: rgb(233,93,170); }
div.DivClassName
{
background-color: #E95DAA;
}
.BgClassName
{
background-color: #E95DAA;
}
</style>
border-color css
<style>
span { border-color: #E95DAA; }
span { border-color: rgb(233,93,170); }
td.TdClassName
{
border-color: #E95DAA;
}
.TagClassName
{
border-color: #E95DAA;
}
</style>