Shades of Brilliant Rose #E8509C
Tints of Brilliant Rose #E8509C
RGB
CMYK
RGB Variations
Color information
#E8509C (or 0xE8509C) is known color: Brilliant Rose. HEX triplet: E8, 50 and 9C. RGB value is (232,80,156). Sum of RGB (Red+Green+Blue) = 232+80+156=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E8509C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8509C is #17AF63. Grayscale: #858585. Windows color (decimal): -1552228 or 10244328. OLE color: 10244328.
HSL color Cylindrical-coordinate representation of color #E8509C: hue angle of 330º degrees, saturation: 0.77, 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 #E8509C is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 156 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.09 |
| HSL | 330º | 0.77% | 0.61% | - |
| HSV(B) | 330º | 0.66% | 0.91% | - |
| XYZ | 42.15 | 25.29 | 34.11 | - |
| YUV | 134.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 156 | 0 | 0.66 | 0.33 | 0.09 | 330 | 0.77 | 0.61 |
| Hex | E8 | 50 | 9C | 0 | 42 | 21 | 9 | 14A | 4D | 3D |
| Octal | 350 | 120 | 234 | 0 | 102 | 41 | 11 | 512 | 115 | 75 |
| Binary | 11101000 | 1010000 | 10011100 | 0 | 1000010 | 100001 | 1001 | 101001010 | 1001101 | 111101 |
Color Harmonies of #E8509C
Complementary color
Monochromatic Colors of #E8509C
Black with #E8509C
Text Example
Text Example
White with #E8509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8509C; }
p { color: rgb(232,80,156); }
H1.HeaderClassName
{
color: #E8509C;
}
.AnyTagClassName
{
color: #E8509C;
}
</style>
background-color css
<style>
a { background-color: #E8509C; }
a { background-color: rgb(232,80,156); }
div.DivClassName
{
background-color: #E8509C;
}
.BgClassName
{
background-color: #E8509C;
}
</style>
border-color css
<style>
span { border-color: #E8509C; }
span { border-color: rgb(232,80,156); }
td.TdClassName
{
border-color: #E8509C;
}
.TagClassName
{
border-color: #E8509C;
}
</style>