Shades of Brilliant Rose #E5529D
Tints of Brilliant Rose #E5529D
RGB
CMYK
RGB Variations
Color information
#E5529D (or 0xE5529D) is known color: Brilliant Rose. HEX triplet: E5, 52 and 9D. RGB value is (229,82,157). Sum of RGB (Red+Green+Blue) = 229+82+157=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5529D is #1AAD62. Grayscale: #868686. Windows color (decimal): -1748323 or 10310373. OLE color: 10310373.
HSL color Cylindrical-coordinate representation of color #E5529D: hue angle of 329.39º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5529D is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 157 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.10 |
| HSL | 329.39º | 0.74% | 0.61% | - |
| HSV(B) | 329.39º | 0.64% | 0.9% | - |
| XYZ | 41.42 | 25.13 | 34.57 | - |
| YUV | 134.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 157 | 0 | 0.64 | 0.31 | 0.10 | 329.39 | 0.74 | 0.61 |
| Hex | E5 | 52 | 9D | 0 | 40 | 1F | A | 149 | 4A | 3D |
| Octal | 345 | 122 | 235 | 0 | 100 | 37 | 12 | 511 | 112 | 75 |
| Binary | 11100101 | 1010010 | 10011101 | 0 | 1000000 | 11111 | 1010 | 101001001 | 1001010 | 111101 |
Color Harmonies of #E5529D
Complementary color
Monochromatic Colors of #E5529D
Black with #E5529D
Text Example
Text Example
White with #E5529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5529D; }
p { color: rgb(229,82,157); }
H1.HeaderClassName
{
color: #E5529D;
}
.AnyTagClassName
{
color: #E5529D;
}
</style>
background-color css
<style>
a { background-color: #E5529D; }
a { background-color: rgb(229,82,157); }
div.DivClassName
{
background-color: #E5529D;
}
.BgClassName
{
background-color: #E5529D;
}
</style>
border-color css
<style>
span { border-color: #E5529D; }
span { border-color: rgb(229,82,157); }
td.TdClassName
{
border-color: #E5529D;
}
.TagClassName
{
border-color: #E5529D;
}
</style>