Shades of Brilliant Rose #E9509C
Tints of Brilliant Rose #E9509C
RGB
CMYK
RGB Variations
Color information
#E9509C (or 0xE9509C) is known color: Brilliant Rose. HEX triplet: E9, 50 and 9C. RGB value is (233,80,156). Sum of RGB (Red+Green+Blue) = 233+80+156=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E9509C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9509C is #16AF63. Grayscale: #868686. Windows color (decimal): -1486692 or 10244329. OLE color: 10244329.
HSL color Cylindrical-coordinate representation of color #E9509C: hue angle of 330.2º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9509C is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 156 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.09 |
| HSL | 330.2º | 0.78% | 0.61% | - |
| HSV(B) | 330.2º | 0.66% | 0.91% | - |
| XYZ | 42.47 | 25.46 | 34.13 | - |
| YUV | 134.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 156 | 0 | 0.66 | 0.33 | 0.09 | 330.2 | 0.78 | 0.61 |
| Hex | E9 | 50 | 9C | 0 | 42 | 21 | 9 | 14A | 4E | 3D |
| Octal | 351 | 120 | 234 | 0 | 102 | 41 | 11 | 512 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10011100 | 0 | 1000010 | 100001 | 1001 | 101001010 | 1001110 | 111101 |
Color Harmonies of #E9509C
Complementary color
Monochromatic Colors of #E9509C
Black with #E9509C
Text Example
Text Example
White with #E9509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9509C; }
p { color: rgb(233,80,156); }
H1.HeaderClassName
{
color: #E9509C;
}
.AnyTagClassName
{
color: #E9509C;
}
</style>
background-color css
<style>
a { background-color: #E9509C; }
a { background-color: rgb(233,80,156); }
div.DivClassName
{
background-color: #E9509C;
}
.BgClassName
{
background-color: #E9509C;
}
</style>
border-color css
<style>
span { border-color: #E9509C; }
span { border-color: rgb(233,80,156); }
td.TdClassName
{
border-color: #E9509C;
}
.TagClassName
{
border-color: #E9509C;
}
</style>