Shades of Brilliant Rose #E9609D
Tints of Brilliant Rose #E9609D
RGB
CMYK
RGB Variations
Color information
#E9609D (or 0xE9609D) is known color: Brilliant Rose. HEX triplet: E9, 60 and 9D. RGB value is (233,96,157). Sum of RGB (Red+Green+Blue) = 233+96+157=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E9609D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9609D is #169F62. Grayscale: #8F8F8F. Windows color (decimal): -1482595 or 10313961. OLE color: 10313961.
HSL color Cylindrical-coordinate representation of color #E9609D: hue angle of 333.28º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9609D is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 157 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.09 |
| HSL | 333.28º | 0.76% | 0.65% | - |
| HSV(B) | 333.28º | 0.59% | 0.91% | - |
| XYZ | 43.87 | 28.12 | 35.01 | - |
| YUV | 143.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 157 | 0 | 0.59 | 0.33 | 0.09 | 333.28 | 0.76 | 0.65 |
| Hex | E9 | 60 | 9D | 0 | 3B | 21 | 9 | 14D | 4C | 41 |
| Octal | 351 | 140 | 235 | 0 | 73 | 41 | 11 | 515 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10011101 | 0 | 111011 | 100001 | 1001 | 101001101 | 1001100 | 1000001 |
Color Harmonies of #E9609D
Complementary color
Monochromatic Colors of #E9609D
Black with #E9609D
Text Example
Text Example
White with #E9609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9609D; }
p { color: rgb(233,96,157); }
H1.HeaderClassName
{
color: #E9609D;
}
.AnyTagClassName
{
color: #E9609D;
}
</style>
background-color css
<style>
a { background-color: #E9609D; }
a { background-color: rgb(233,96,157); }
div.DivClassName
{
background-color: #E9609D;
}
.BgClassName
{
background-color: #E9609D;
}
</style>
border-color css
<style>
span { border-color: #E9609D; }
span { border-color: rgb(233,96,157); }
td.TdClassName
{
border-color: #E9609D;
}
.TagClassName
{
border-color: #E9609D;
}
</style>