Shades of Brilliant Rose #E6579A
Tints of Brilliant Rose #E6579A
RGB
CMYK
RGB Variations
Color information
#E6579A (or 0xE6579A) is known color: Brilliant Rose. HEX triplet: E6, 57 and 9A. RGB value is (230,87,154). Sum of RGB (Red+Green+Blue) = 230+87+154=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6579A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6579A is #19A865. Grayscale: #898989. Windows color (decimal): -1681510 or 10115046. OLE color: 10115046.
HSL color Cylindrical-coordinate representation of color #E6579A: hue angle of 331.89º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6579A is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 154 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.10 |
| HSL | 331.89º | 0.74% | 0.62% | - |
| HSV(B) | 331.89º | 0.62% | 0.9% | - |
| XYZ | 41.87 | 25.97 | 33.38 | - |
| YUV | 137.4 | 137.38 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 154 | 0 | 0.62 | 0.33 | 0.10 | 331.89 | 0.74 | 0.62 |
| Hex | E6 | 57 | 9A | 0 | 3E | 21 | A | 14C | 4A | 3E |
| Octal | 346 | 127 | 232 | 0 | 76 | 41 | 12 | 514 | 112 | 76 |
| Binary | 11100110 | 1010111 | 10011010 | 0 | 111110 | 100001 | 1010 | 101001100 | 1001010 | 111110 |
Color Harmonies of #E6579A
Complementary color
Monochromatic Colors of #E6579A
Black with #E6579A
Text Example
Text Example
White with #E6579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6579A; }
p { color: rgb(230,87,154); }
H1.HeaderClassName
{
color: #E6579A;
}
.AnyTagClassName
{
color: #E6579A;
}
</style>
background-color css
<style>
a { background-color: #E6579A; }
a { background-color: rgb(230,87,154); }
div.DivClassName
{
background-color: #E6579A;
}
.BgClassName
{
background-color: #E6579A;
}
</style>
border-color css
<style>
span { border-color: #E6579A; }
span { border-color: rgb(230,87,154); }
td.TdClassName
{
border-color: #E6579A;
}
.TagClassName
{
border-color: #E6579A;
}
</style>