Shades of Brilliant Rose #E4509C
Tints of Brilliant Rose #E4509C
RGB
CMYK
RGB Variations
Color information
#E4509C (or 0xE4509C) is known color: Brilliant Rose. HEX triplet: E4, 50 and 9C. RGB value is (228,80,156). Sum of RGB (Red+Green+Blue) = 228+80+156=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E4509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4509C is #1BAF63. Grayscale: #848484. Windows color (decimal): -1814372 or 10244324. OLE color: 10244324.
HSL color Cylindrical-coordinate representation of color #E4509C: hue angle of 329.19º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E4509C is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 156 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.11 |
| HSL | 329.19º | 0.73% | 0.6% | - |
| HSV(B) | 329.19º | 0.65% | 0.89% | - |
| XYZ | 40.86 | 24.63 | 34.05 | - |
| YUV | 132.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 156 | 0 | 0.65 | 0.32 | 0.11 | 329.19 | 0.73 | 0.6 |
| Hex | E4 | 50 | 9C | 0 | 41 | 20 | B | 149 | 49 | 3C |
| Octal | 344 | 120 | 234 | 0 | 101 | 40 | 13 | 511 | 111 | 74 |
| Binary | 11100100 | 1010000 | 10011100 | 0 | 1000001 | 100000 | 1011 | 101001001 | 1001001 | 111100 |
Color Harmonies of #E4509C
Complementary color
Monochromatic Colors of #E4509C
Black with #E4509C
Text Example
Text Example
White with #E4509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4509C; }
p { color: rgb(228,80,156); }
H1.HeaderClassName
{
color: #E4509C;
}
.AnyTagClassName
{
color: #E4509C;
}
</style>
background-color css
<style>
a { background-color: #E4509C; }
a { background-color: rgb(228,80,156); }
div.DivClassName
{
background-color: #E4509C;
}
.BgClassName
{
background-color: #E4509C;
}
</style>
border-color css
<style>
span { border-color: #E4509C; }
span { border-color: rgb(228,80,156); }
td.TdClassName
{
border-color: #E4509C;
}
.TagClassName
{
border-color: #E4509C;
}
</style>