Shades of Brilliant Rose #E9509B
Tints of Brilliant Rose #E9509B
RGB
CMYK
RGB Variations
Color information
#E9509B (or 0xE9509B) is known color: Brilliant Rose. HEX triplet: E9, 50 and 9B. RGB value is (233,80,155). Sum of RGB (Red+Green+Blue) = 233+80+155=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E9509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9509B is #16AF64. Grayscale: #868686. Windows color (decimal): -1486693 or 10178793. OLE color: 10178793.
HSL color Cylindrical-coordinate representation of color #E9509B: hue angle of 330.59º 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 #E9509B is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 155 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.09 |
| HSL | 330.59º | 0.78% | 0.61% | - |
| HSV(B) | 330.59º | 0.66% | 0.91% | - |
| XYZ | 42.39 | 25.43 | 33.68 | - |
| YUV | 134.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 155 | 0 | 0.66 | 0.33 | 0.09 | 330.59 | 0.78 | 0.61 |
| Hex | E9 | 50 | 9B | 0 | 42 | 21 | 9 | 14B | 4E | 3D |
| Octal | 351 | 120 | 233 | 0 | 102 | 41 | 11 | 513 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10011011 | 0 | 1000010 | 100001 | 1001 | 101001011 | 1001110 | 111101 |
Color Harmonies of #E9509B
Complementary color
Monochromatic Colors of #E9509B
Black with #E9509B
Text Example
Text Example
White with #E9509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9509B; }
p { color: rgb(233,80,155); }
H1.HeaderClassName
{
color: #E9509B;
}
.AnyTagClassName
{
color: #E9509B;
}
</style>
background-color css
<style>
a { background-color: #E9509B; }
a { background-color: rgb(233,80,155); }
div.DivClassName
{
background-color: #E9509B;
}
.BgClassName
{
background-color: #E9509B;
}
</style>
border-color css
<style>
span { border-color: #E9509B; }
span { border-color: rgb(233,80,155); }
td.TdClassName
{
border-color: #E9509B;
}
.TagClassName
{
border-color: #E9509B;
}
</style>