Shades of Brilliant Rose #E6599B
Tints of Brilliant Rose #E6599B
RGB
CMYK
RGB Variations
Color information
#E6599B (or 0xE6599B) is known color: Brilliant Rose. HEX triplet: E6, 59 and 9B. RGB value is (230,89,155). Sum of RGB (Red+Green+Blue) = 230+89+155=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6599B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6599B is #19A664. Grayscale: #8A8A8A. Windows color (decimal): -1680997 or 10181094. OLE color: 10181094.
HSL color Cylindrical-coordinate representation of color #E6599B: hue angle of 331.91º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6599B is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 155 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.10 |
| HSL | 331.91º | 0.74% | 0.63% | - |
| HSV(B) | 331.91º | 0.61% | 0.9% | - |
| XYZ | 42.12 | 26.33 | 33.87 | - |
| YUV | 138.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 155 | 0 | 0.61 | 0.33 | 0.10 | 331.91 | 0.74 | 0.63 |
| Hex | E6 | 59 | 9B | 0 | 3D | 21 | A | 14C | 4A | 3F |
| Octal | 346 | 131 | 233 | 0 | 75 | 41 | 12 | 514 | 112 | 77 |
| Binary | 11100110 | 1011001 | 10011011 | 0 | 111101 | 100001 | 1010 | 101001100 | 1001010 | 111111 |
Color Harmonies of #E6599B
Complementary color
Monochromatic Colors of #E6599B
Black with #E6599B
Text Example
Text Example
White with #E6599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6599B; }
p { color: rgb(230,89,155); }
H1.HeaderClassName
{
color: #E6599B;
}
.AnyTagClassName
{
color: #E6599B;
}
</style>
background-color css
<style>
a { background-color: #E6599B; }
a { background-color: rgb(230,89,155); }
div.DivClassName
{
background-color: #E6599B;
}
.BgClassName
{
background-color: #E6599B;
}
</style>
border-color css
<style>
span { border-color: #E6599B; }
span { border-color: rgb(230,89,155); }
td.TdClassName
{
border-color: #E6599B;
}
.TagClassName
{
border-color: #E6599B;
}
</style>