Shades of Brilliant Rose #E7579A
Tints of Brilliant Rose #E7579A
RGB
CMYK
RGB Variations
Color information
#E7579A (or 0xE7579A) is known color: Brilliant Rose. HEX triplet: E7, 57 and 9A. RGB value is (231,87,154). Sum of RGB (Red+Green+Blue) = 231+87+154=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E7579A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7579A is #18A865. Grayscale: #898989. Windows color (decimal): -1615974 or 10115047. OLE color: 10115047.
HSL color Cylindrical-coordinate representation of color #E7579A: hue angle of 332.08º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E7579A is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 154 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.09 |
| HSL | 332.08º | 0.75% | 0.62% | - |
| HSV(B) | 332.08º | 0.62% | 0.91% | - |
| XYZ | 42.2 | 26.14 | 33.39 | - |
| YUV | 137.69 | 137.21 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 154 | 0 | 0.62 | 0.33 | 0.09 | 332.08 | 0.75 | 0.62 |
| Hex | E7 | 57 | 9A | 0 | 3E | 21 | 9 | 14C | 4B | 3E |
| Octal | 347 | 127 | 232 | 0 | 76 | 41 | 11 | 514 | 113 | 76 |
| Binary | 11100111 | 1010111 | 10011010 | 0 | 111110 | 100001 | 1001 | 101001100 | 1001011 | 111110 |
Color Harmonies of #E7579A
Complementary color
Monochromatic Colors of #E7579A
Black with #E7579A
Text Example
Text Example
White with #E7579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7579A; }
p { color: rgb(231,87,154); }
H1.HeaderClassName
{
color: #E7579A;
}
.AnyTagClassName
{
color: #E7579A;
}
</style>
background-color css
<style>
a { background-color: #E7579A; }
a { background-color: rgb(231,87,154); }
div.DivClassName
{
background-color: #E7579A;
}
.BgClassName
{
background-color: #E7579A;
}
</style>
border-color css
<style>
span { border-color: #E7579A; }
span { border-color: rgb(231,87,154); }
td.TdClassName
{
border-color: #E7579A;
}
.TagClassName
{
border-color: #E7579A;
}
</style>