Shades of Brilliant Rose #E7539B
Tints of Brilliant Rose #E7539B
RGB
CMYK
RGB Variations
Color information
#E7539B (or 0xE7539B) is known color: Brilliant Rose. HEX triplet: E7, 53 and 9B. RGB value is (231,83,155). Sum of RGB (Red+Green+Blue) = 231+83+155=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E7539B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7539B is #18AC64. Grayscale: #878787. Windows color (decimal): -1616997 or 10179559. OLE color: 10179559.
HSL color Cylindrical-coordinate representation of color #E7539B: hue angle of 330.81º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E7539B is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 155 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.09 |
| HSL | 330.81º | 0.76% | 0.62% | - |
| HSV(B) | 330.81º | 0.64% | 0.91% | - |
| XYZ | 41.96 | 25.54 | 33.73 | - |
| YUV | 135.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 155 | 0 | 0.64 | 0.33 | 0.09 | 330.81 | 0.76 | 0.62 |
| Hex | E7 | 53 | 9B | 0 | 40 | 21 | 9 | 14B | 4C | 3E |
| Octal | 347 | 123 | 233 | 0 | 100 | 41 | 11 | 513 | 114 | 76 |
| Binary | 11100111 | 1010011 | 10011011 | 0 | 1000000 | 100001 | 1001 | 101001011 | 1001100 | 111110 |
Color Harmonies of #E7539B
Complementary color
Monochromatic Colors of #E7539B
Black with #E7539B
Text Example
Text Example
White with #E7539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7539B; }
p { color: rgb(231,83,155); }
H1.HeaderClassName
{
color: #E7539B;
}
.AnyTagClassName
{
color: #E7539B;
}
</style>
background-color css
<style>
a { background-color: #E7539B; }
a { background-color: rgb(231,83,155); }
div.DivClassName
{
background-color: #E7539B;
}
.BgClassName
{
background-color: #E7539B;
}
</style>
border-color css
<style>
span { border-color: #E7539B; }
span { border-color: rgb(231,83,155); }
td.TdClassName
{
border-color: #E7539B;
}
.TagClassName
{
border-color: #E7539B;
}
</style>