Shades of Brilliant Rose #E6579C
Tints of Brilliant Rose #E6579C
RGB
CMYK
RGB Variations
Color information
#E6579C (or 0xE6579C) is known color: Brilliant Rose. HEX triplet: E6, 57 and 9C. RGB value is (230,87,156). Sum of RGB (Red+Green+Blue) = 230+87+156=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6579C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6579C is #19A863. Grayscale: #898989. Windows color (decimal): -1681508 or 10246118. OLE color: 10246118.
HSL color Cylindrical-coordinate representation of color #E6579C: hue angle of 331.05º 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 #E6579C is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 156 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.10 |
| HSL | 331.05º | 0.74% | 0.62% | - |
| HSV(B) | 331.05º | 0.62% | 0.9% | - |
| XYZ | 42.04 | 26.04 | 34.26 | - |
| YUV | 137.62 | 138.38 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 156 | 0 | 0.62 | 0.32 | 0.10 | 331.05 | 0.74 | 0.62 |
| Hex | E6 | 57 | 9C | 0 | 3E | 20 | A | 14B | 4A | 3E |
| Octal | 346 | 127 | 234 | 0 | 76 | 40 | 12 | 513 | 112 | 76 |
| Binary | 11100110 | 1010111 | 10011100 | 0 | 111110 | 100000 | 1010 | 101001011 | 1001010 | 111110 |
Color Harmonies of #E6579C
Complementary color
Monochromatic Colors of #E6579C
Black with #E6579C
Text Example
Text Example
White with #E6579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6579C; }
p { color: rgb(230,87,156); }
H1.HeaderClassName
{
color: #E6579C;
}
.AnyTagClassName
{
color: #E6579C;
}
</style>
background-color css
<style>
a { background-color: #E6579C; }
a { background-color: rgb(230,87,156); }
div.DivClassName
{
background-color: #E6579C;
}
.BgClassName
{
background-color: #E6579C;
}
</style>
border-color css
<style>
span { border-color: #E6579C; }
span { border-color: rgb(230,87,156); }
td.TdClassName
{
border-color: #E6579C;
}
.TagClassName
{
border-color: #E6579C;
}
</style>