Shades of Brilliant Rose #E6579E
Tints of Brilliant Rose #E6579E
RGB
CMYK
RGB Variations
Color information
#E6579E (or 0xE6579E) is known color: Brilliant Rose. HEX triplet: E6, 57 and 9E. RGB value is (230,87,158). Sum of RGB (Red+Green+Blue) = 230+87+158=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E6579E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6579E is #19A861. Grayscale: #898989. Windows color (decimal): -1681506 or 10377190. OLE color: 10377190.
HSL color Cylindrical-coordinate representation of color #E6579E: hue angle of 330.21º 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 #E6579E is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 158 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.10 |
| HSL | 330.21º | 0.74% | 0.62% | - |
| HSV(B) | 330.21º | 0.62% | 0.9% | - |
| XYZ | 42.21 | 26.11 | 35.16 | - |
| YUV | 137.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 158 | 0 | 0.62 | 0.31 | 0.10 | 330.21 | 0.74 | 0.62 |
| Hex | E6 | 57 | 9E | 0 | 3E | 1F | A | 14A | 4A | 3E |
| Octal | 346 | 127 | 236 | 0 | 76 | 37 | 12 | 512 | 112 | 76 |
| Binary | 11100110 | 1010111 | 10011110 | 0 | 111110 | 11111 | 1010 | 101001010 | 1001010 | 111110 |
Color Harmonies of #E6579E
Complementary color
Monochromatic Colors of #E6579E
Black with #E6579E
Text Example
Text Example
White with #E6579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6579E; }
p { color: rgb(230,87,158); }
H1.HeaderClassName
{
color: #E6579E;
}
.AnyTagClassName
{
color: #E6579E;
}
</style>
background-color css
<style>
a { background-color: #E6579E; }
a { background-color: rgb(230,87,158); }
div.DivClassName
{
background-color: #E6579E;
}
.BgClassName
{
background-color: #E6579E;
}
</style>
border-color css
<style>
span { border-color: #E6579E; }
span { border-color: rgb(230,87,158); }
td.TdClassName
{
border-color: #E6579E;
}
.TagClassName
{
border-color: #E6579E;
}
</style>