Shades of Brilliant Rose #E6579B
Tints of Brilliant Rose #E6579B
RGB
CMYK
RGB Variations
Color information
#E6579B (or 0xE6579B) is known color: Brilliant Rose. HEX triplet: E6, 57 and 9B. RGB value is (230,87,155). Sum of RGB (Red+Green+Blue) = 230+87+155=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E6579B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6579B is #19A864. Grayscale: #898989. Windows color (decimal): -1681509 or 10180582. OLE color: 10180582.
HSL color Cylindrical-coordinate representation of color #E6579B: hue angle of 331.47º 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 #E6579B is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 155 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.10 |
| HSL | 331.47º | 0.74% | 0.62% | - |
| HSV(B) | 331.47º | 0.62% | 0.9% | - |
| XYZ | 41.96 | 26.01 | 33.82 | - |
| YUV | 137.51 | 137.88 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 155 | 0 | 0.62 | 0.33 | 0.10 | 331.47 | 0.74 | 0.62 |
| Hex | E6 | 57 | 9B | 0 | 3E | 21 | A | 14B | 4A | 3E |
| Octal | 346 | 127 | 233 | 0 | 76 | 41 | 12 | 513 | 112 | 76 |
| Binary | 11100110 | 1010111 | 10011011 | 0 | 111110 | 100001 | 1010 | 101001011 | 1001010 | 111110 |
Color Harmonies of #E6579B
Complementary color
Monochromatic Colors of #E6579B
Black with #E6579B
Text Example
Text Example
White with #E6579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6579B; }
p { color: rgb(230,87,155); }
H1.HeaderClassName
{
color: #E6579B;
}
.AnyTagClassName
{
color: #E6579B;
}
</style>
background-color css
<style>
a { background-color: #E6579B; }
a { background-color: rgb(230,87,155); }
div.DivClassName
{
background-color: #E6579B;
}
.BgClassName
{
background-color: #E6579B;
}
</style>
border-color css
<style>
span { border-color: #E6579B; }
span { border-color: rgb(230,87,155); }
td.TdClassName
{
border-color: #E6579B;
}
.TagClassName
{
border-color: #E6579B;
}
</style>