Shades of Brilliant Rose #E95D99
Tints of Brilliant Rose #E95D99
RGB
CMYK
RGB Variations
Color information
#E95D99 (or 0xE95D99) is known color: Brilliant Rose. HEX triplet: E9, 5D and 99. RGB value is (233,93,153). Sum of RGB (Red+Green+Blue) = 233+93+153=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95D99 is #16A266. Grayscale: #8D8D8D. Windows color (decimal): -1483367 or 10051049. OLE color: 10051049.
HSL color Cylindrical-coordinate representation of color #E95D99: hue angle of 334.29º 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 #E95D99 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 153 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.09 |
| HSL | 334.29º | 0.76% | 0.64% | - |
| HSV(B) | 334.29º | 0.6% | 0.91% | - |
| XYZ | 43.27 | 27.45 | 33.16 | - |
| YUV | 141.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 153 | 0 | 0.60 | 0.34 | 0.09 | 334.29 | 0.76 | 0.64 |
| Hex | E9 | 5D | 99 | 0 | 3C | 22 | 9 | 14E | 4C | 40 |
| Octal | 351 | 135 | 231 | 0 | 74 | 42 | 11 | 516 | 114 | 100 |
| Binary | 11101001 | 1011101 | 10011001 | 0 | 111100 | 100010 | 1001 | 101001110 | 1001100 | 1000000 |
Color Harmonies of #E95D99
Complementary color
Monochromatic Colors of #E95D99
Black with #E95D99
Text Example
Text Example
White with #E95D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95D99; }
p { color: rgb(233,93,153); }
H1.HeaderClassName
{
color: #E95D99;
}
.AnyTagClassName
{
color: #E95D99;
}
</style>
background-color css
<style>
a { background-color: #E95D99; }
a { background-color: rgb(233,93,153); }
div.DivClassName
{
background-color: #E95D99;
}
.BgClassName
{
background-color: #E95D99;
}
</style>
border-color css
<style>
span { border-color: #E95D99; }
span { border-color: rgb(233,93,153); }
td.TdClassName
{
border-color: #E95D99;
}
.TagClassName
{
border-color: #E95D99;
}
</style>