Shades of Brilliant Rose #E95F9D
Tints of Brilliant Rose #E95F9D
RGB
CMYK
RGB Variations
Color information
#E95F9D (or 0xE95F9D) is known color: Brilliant Rose. HEX triplet: E9, 5F and 9D. RGB value is (233,95,157). Sum of RGB (Red+Green+Blue) = 233+95+157=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95F9D is #16A062. Grayscale: #8F8F8F. Windows color (decimal): -1482851 or 10313705. OLE color: 10313705.
HSL color Cylindrical-coordinate representation of color #E95F9D: hue angle of 333.04º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E95F9D is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 157 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.09 |
| HSL | 333.04º | 0.76% | 0.64% | - |
| HSV(B) | 333.04º | 0.59% | 0.91% | - |
| XYZ | 43.78 | 27.94 | 34.98 | - |
| YUV | 143.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 157 | 0 | 0.59 | 0.33 | 0.09 | 333.04 | 0.76 | 0.64 |
| Hex | E9 | 5F | 9D | 0 | 3B | 21 | 9 | 14D | 4C | 40 |
| Octal | 351 | 137 | 235 | 0 | 73 | 41 | 11 | 515 | 114 | 100 |
| Binary | 11101001 | 1011111 | 10011101 | 0 | 111011 | 100001 | 1001 | 101001101 | 1001100 | 1000000 |
Color Harmonies of #E95F9D
Complementary color
Monochromatic Colors of #E95F9D
Black with #E95F9D
Text Example
Text Example
White with #E95F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95F9D; }
p { color: rgb(233,95,157); }
H1.HeaderClassName
{
color: #E95F9D;
}
.AnyTagClassName
{
color: #E95F9D;
}
</style>
background-color css
<style>
a { background-color: #E95F9D; }
a { background-color: rgb(233,95,157); }
div.DivClassName
{
background-color: #E95F9D;
}
.BgClassName
{
background-color: #E95F9D;
}
</style>
border-color css
<style>
span { border-color: #E95F9D; }
span { border-color: rgb(233,95,157); }
td.TdClassName
{
border-color: #E95F9D;
}
.TagClassName
{
border-color: #E95F9D;
}
</style>