Shades of Brilliant Rose #E7539C
Tints of Brilliant Rose #E7539C
RGB
CMYK
RGB Variations
Color information
#E7539C (or 0xE7539C) is known color: Brilliant Rose. HEX triplet: E7, 53 and 9C. RGB value is (231,83,156). Sum of RGB (Red+Green+Blue) = 231+83+156=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E7539C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7539C is #18AC63. Grayscale: #878787. Windows color (decimal): -1616996 or 10245095. OLE color: 10245095.
HSL color Cylindrical-coordinate representation of color #E7539C: hue angle of 330.41º 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 #E7539C is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 156 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.09 |
| HSL | 330.41º | 0.76% | 0.62% | - |
| HSV(B) | 330.41º | 0.64% | 0.91% | - |
| XYZ | 42.05 | 25.58 | 34.17 | - |
| YUV | 135.57 | 139.53 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 156 | 0 | 0.64 | 0.32 | 0.09 | 330.41 | 0.76 | 0.62 |
| Hex | E7 | 53 | 9C | 0 | 40 | 20 | 9 | 14A | 4C | 3E |
| Octal | 347 | 123 | 234 | 0 | 100 | 40 | 11 | 512 | 114 | 76 |
| Binary | 11100111 | 1010011 | 10011100 | 0 | 1000000 | 100000 | 1001 | 101001010 | 1001100 | 111110 |
Color Harmonies of #E7539C
Complementary color
Monochromatic Colors of #E7539C
Black with #E7539C
Text Example
Text Example
White with #E7539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7539C; }
p { color: rgb(231,83,156); }
H1.HeaderClassName
{
color: #E7539C;
}
.AnyTagClassName
{
color: #E7539C;
}
</style>
background-color css
<style>
a { background-color: #E7539C; }
a { background-color: rgb(231,83,156); }
div.DivClassName
{
background-color: #E7539C;
}
.BgClassName
{
background-color: #E7539C;
}
</style>
border-color css
<style>
span { border-color: #E7539C; }
span { border-color: rgb(231,83,156); }
td.TdClassName
{
border-color: #E7539C;
}
.TagClassName
{
border-color: #E7539C;
}
</style>