Shades of Brilliant Rose #E6579D
Tints of Brilliant Rose #E6579D
RGB
CMYK
RGB Variations
Color information
#E6579D (or 0xE6579D) is known color: Brilliant Rose. HEX triplet: E6, 57 and 9D. RGB value is (230,87,157). Sum of RGB (Red+Green+Blue) = 230+87+157=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6579D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6579D is #19A862. Grayscale: #898989. Windows color (decimal): -1681507 or 10311654. OLE color: 10311654.
HSL color Cylindrical-coordinate representation of color #E6579D: hue angle of 330.63º 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 #E6579D is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 157 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.10 |
| HSL | 330.63º | 0.74% | 0.62% | - |
| HSV(B) | 330.63º | 0.62% | 0.9% | - |
| XYZ | 42.13 | 26.07 | 34.71 | - |
| YUV | 137.74 | 138.88 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 157 | 0 | 0.62 | 0.32 | 0.10 | 330.63 | 0.74 | 0.62 |
| Hex | E6 | 57 | 9D | 0 | 3E | 20 | A | 14B | 4A | 3E |
| Octal | 346 | 127 | 235 | 0 | 76 | 40 | 12 | 513 | 112 | 76 |
| Binary | 11100110 | 1010111 | 10011101 | 0 | 111110 | 100000 | 1010 | 101001011 | 1001010 | 111110 |
Color Harmonies of #E6579D
Complementary color
Monochromatic Colors of #E6579D
Black with #E6579D
Text Example
Text Example
White with #E6579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6579D; }
p { color: rgb(230,87,157); }
H1.HeaderClassName
{
color: #E6579D;
}
.AnyTagClassName
{
color: #E6579D;
}
</style>
background-color css
<style>
a { background-color: #E6579D; }
a { background-color: rgb(230,87,157); }
div.DivClassName
{
background-color: #E6579D;
}
.BgClassName
{
background-color: #E6579D;
}
</style>
border-color css
<style>
span { border-color: #E6579D; }
span { border-color: rgb(230,87,157); }
td.TdClassName
{
border-color: #E6579D;
}
.TagClassName
{
border-color: #E6579D;
}
</style>