Shades of Brilliant Rose #E0509F
Tints of Brilliant Rose #E0509F
RGB
CMYK
RGB Variations
Color information
#E0509F (or 0xE0509F) is known color: Brilliant Rose. HEX triplet: E0, 50 and 9F. RGB value is (224,80,159). Sum of RGB (Red+Green+Blue) = 224+80+159=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0509F is #1FAF60. Grayscale: #838383. Windows color (decimal): -2076513 or 10440928. OLE color: 10440928.
HSL color Cylindrical-coordinate representation of color #E0509F: hue angle of 327.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0509F is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 159 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.12 |
| HSL | 327.08º | 0.7% | 0.6% | - |
| HSV(B) | 327.08º | 0.64% | 0.88% | - |
| XYZ | 39.87 | 24.09 | 35.35 | - |
| YUV | 132.06 | 143.21 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 159 | 0 | 0.64 | 0.29 | 0.12 | 327.08 | 0.7 | 0.6 |
| Hex | E0 | 50 | 9F | 0 | 40 | 1D | C | 147 | 46 | 3C |
| Octal | 340 | 120 | 237 | 0 | 100 | 35 | 14 | 507 | 106 | 74 |
| Binary | 11100000 | 1010000 | 10011111 | 0 | 1000000 | 11101 | 1100 | 101000111 | 1000110 | 111100 |
Color Harmonies of #E0509F
Complementary color
Monochromatic Colors of #E0509F
Black with #E0509F
Text Example
Text Example
White with #E0509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0509F; }
p { color: rgb(224,80,159); }
H1.HeaderClassName
{
color: #E0509F;
}
.AnyTagClassName
{
color: #E0509F;
}
</style>
background-color css
<style>
a { background-color: #E0509F; }
a { background-color: rgb(224,80,159); }
div.DivClassName
{
background-color: #E0509F;
}
.BgClassName
{
background-color: #E0509F;
}
</style>
border-color css
<style>
span { border-color: #E0509F; }
span { border-color: rgb(224,80,159); }
td.TdClassName
{
border-color: #E0509F;
}
.TagClassName
{
border-color: #E0509F;
}
</style>