Shades of Brilliant Rose #E7529B
Tints of Brilliant Rose #E7529B
RGB
CMYK
RGB Variations
Color information
#E7529B (or 0xE7529B) is known color: Brilliant Rose. HEX triplet: E7, 52 and 9B. RGB value is (231,82,155). Sum of RGB (Red+Green+Blue) = 231+82+155=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E7529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7529B is #18AD64. Grayscale: #868686. Windows color (decimal): -1617253 or 10179303. OLE color: 10179303.
HSL color Cylindrical-coordinate representation of color #E7529B: hue angle of 330.6º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7529B is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 155 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.09 |
| HSL | 330.6º | 0.76% | 0.61% | - |
| HSV(B) | 330.6º | 0.65% | 0.91% | - |
| XYZ | 41.89 | 25.39 | 33.7 | - |
| YUV | 134.87 | 139.36 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 155 | 0 | 0.65 | 0.33 | 0.09 | 330.6 | 0.76 | 0.61 |
| Hex | E7 | 52 | 9B | 0 | 41 | 21 | 9 | 14B | 4C | 3D |
| Octal | 347 | 122 | 233 | 0 | 101 | 41 | 11 | 513 | 114 | 75 |
| Binary | 11100111 | 1010010 | 10011011 | 0 | 1000001 | 100001 | 1001 | 101001011 | 1001100 | 111101 |
Color Harmonies of #E7529B
Complementary color
Monochromatic Colors of #E7529B
Black with #E7529B
Text Example
Text Example
White with #E7529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7529B; }
p { color: rgb(231,82,155); }
H1.HeaderClassName
{
color: #E7529B;
}
.AnyTagClassName
{
color: #E7529B;
}
</style>
background-color css
<style>
a { background-color: #E7529B; }
a { background-color: rgb(231,82,155); }
div.DivClassName
{
background-color: #E7529B;
}
.BgClassName
{
background-color: #E7529B;
}
</style>
border-color css
<style>
span { border-color: #E7529B; }
span { border-color: rgb(231,82,155); }
td.TdClassName
{
border-color: #E7529B;
}
.TagClassName
{
border-color: #E7529B;
}
</style>