Shades of Brilliant Rose #E95DAC
Tints of Brilliant Rose #E95DAC
RGB
CMYK
RGB Variations
Color information
#E95DAC (or 0xE95DAC) is known color: Brilliant Rose. HEX triplet: E9, 5D and AC. RGB value is (233,93,172). Sum of RGB (Red+Green+Blue) = 233+93+172=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95DAC is #16A253. Grayscale: #8F8F8F. Windows color (decimal): -1483348 or 11296233. OLE color: 11296233.
HSL color Cylindrical-coordinate representation of color #E95DAC: hue angle of 326.14º 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 #E95DAC is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 172 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.09 |
| HSL | 326.14º | 0.76% | 0.64% | - |
| HSV(B) | 326.14º | 0.6% | 0.91% | - |
| XYZ | 44.97 | 28.13 | 42.09 | - |
| YUV | 143.87 | 143.88 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 172 | 0 | 0.60 | 0.26 | 0.09 | 326.14 | 0.76 | 0.64 |
| Hex | E9 | 5D | AC | 0 | 3C | 1A | 9 | 146 | 4C | 40 |
| Octal | 351 | 135 | 254 | 0 | 74 | 32 | 11 | 506 | 114 | 100 |
| Binary | 11101001 | 1011101 | 10101100 | 0 | 111100 | 11010 | 1001 | 101000110 | 1001100 | 1000000 |
Color Harmonies of #E95DAC
Complementary color
Monochromatic Colors of #E95DAC
Black with #E95DAC
Text Example
Text Example
White with #E95DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DAC; }
p { color: rgb(233,93,172); }
H1.HeaderClassName
{
color: #E95DAC;
}
.AnyTagClassName
{
color: #E95DAC;
}
</style>
background-color css
<style>
a { background-color: #E95DAC; }
a { background-color: rgb(233,93,172); }
div.DivClassName
{
background-color: #E95DAC;
}
.BgClassName
{
background-color: #E95DAC;
}
</style>
border-color css
<style>
span { border-color: #E95DAC; }
span { border-color: rgb(233,93,172); }
td.TdClassName
{
border-color: #E95DAC;
}
.TagClassName
{
border-color: #E95DAC;
}
</style>