Shades of Dark Pink #E66089
Tints of Dark Pink #E66089
RGB
CMYK
RGB Variations
Color information
#E66089 (or 0xE66089) is known color: Dark Pink. HEX triplet: E6, 60 and 89. RGB value is (230,96,137). Sum of RGB (Red+Green+Blue) = 230+96+137=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E66089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66089 is #199F76. Grayscale: #8C8C8C. Windows color (decimal): -1679223 or 9003238. OLE color: 9003238.
HSL color Cylindrical-coordinate representation of color #E66089: hue angle of 341.64º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66089 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 137 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.10 |
| HSL | 341.64º | 0.73% | 0.64% | - |
| HSV(B) | 341.64º | 0.58% | 0.9% | - |
| XYZ | 41.33 | 26.99 | 26.7 | - |
| YUV | 140.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 137 | 0 | 0.58 | 0.40 | 0.10 | 341.64 | 0.73 | 0.64 |
| Hex | E6 | 60 | 89 | 0 | 3A | 28 | A | 156 | 49 | 40 |
| Octal | 346 | 140 | 211 | 0 | 72 | 50 | 12 | 526 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10001001 | 0 | 111010 | 101000 | 1010 | 101010110 | 1001001 | 1000000 |
Color Harmonies of #E66089
Complementary color
Monochromatic Colors of #E66089
Black with #E66089
Text Example
Text Example
White with #E66089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66089; }
p { color: rgb(230,96,137); }
H1.HeaderClassName
{
color: #E66089;
}
.AnyTagClassName
{
color: #E66089;
}
</style>
background-color css
<style>
a { background-color: #E66089; }
a { background-color: rgb(230,96,137); }
div.DivClassName
{
background-color: #E66089;
}
.BgClassName
{
background-color: #E66089;
}
</style>
border-color css
<style>
span { border-color: #E66089; }
span { border-color: rgb(230,96,137); }
td.TdClassName
{
border-color: #E66089;
}
.TagClassName
{
border-color: #E66089;
}
</style>