Shades of Brilliant Rose #E4529C
Tints of Brilliant Rose #E4529C
RGB
CMYK
RGB Variations
Color information
#E4529C (or 0xE4529C) is known color: Brilliant Rose. HEX triplet: E4, 52 and 9C. RGB value is (228,82,156). Sum of RGB (Red+Green+Blue) = 228+82+156=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E4529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4529C is #1BAD63. Grayscale: #858585. Windows color (decimal): -1813860 or 10244836. OLE color: 10244836.
HSL color Cylindrical-coordinate representation of color #E4529C: hue angle of 329.59º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E4529C is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 156 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.11 |
| HSL | 329.59º | 0.73% | 0.61% | - |
| HSV(B) | 329.59º | 0.64% | 0.89% | - |
| XYZ | 41.01 | 24.93 | 34.1 | - |
| YUV | 134.09 | 140.37 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 156 | 0 | 0.64 | 0.32 | 0.11 | 329.59 | 0.73 | 0.61 |
| Hex | E4 | 52 | 9C | 0 | 40 | 20 | B | 14A | 49 | 3D |
| Octal | 344 | 122 | 234 | 0 | 100 | 40 | 13 | 512 | 111 | 75 |
| Binary | 11100100 | 1010010 | 10011100 | 0 | 1000000 | 100000 | 1011 | 101001010 | 1001001 | 111101 |
Color Harmonies of #E4529C
Complementary color
Monochromatic Colors of #E4529C
Black with #E4529C
Text Example
Text Example
White with #E4529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4529C; }
p { color: rgb(228,82,156); }
H1.HeaderClassName
{
color: #E4529C;
}
.AnyTagClassName
{
color: #E4529C;
}
</style>
background-color css
<style>
a { background-color: #E4529C; }
a { background-color: rgb(228,82,156); }
div.DivClassName
{
background-color: #E4529C;
}
.BgClassName
{
background-color: #E4529C;
}
</style>
border-color css
<style>
span { border-color: #E4529C; }
span { border-color: rgb(228,82,156); }
td.TdClassName
{
border-color: #E4529C;
}
.TagClassName
{
border-color: #E4529C;
}
</style>