Shades of Dark Pink #E66088
Tints of Dark Pink #E66088
RGB
CMYK
RGB Variations
Color information
#E66088 (or 0xE66088) is known color: Dark Pink. HEX triplet: E6, 60 and 88. RGB value is (230,96,136). Sum of RGB (Red+Green+Blue) = 230+96+136=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E66088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66088 is #199F77. Grayscale: #8C8C8C. Windows color (decimal): -1679224 or 8937702. OLE color: 8937702.
HSL color Cylindrical-coordinate representation of color #E66088: hue angle of 342.09º 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 #E66088 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 136 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.10 |
| HSL | 342.09º | 0.73% | 0.64% | - |
| HSV(B) | 342.09º | 0.58% | 0.9% | - |
| XYZ | 41.26 | 26.97 | 26.32 | - |
| YUV | 140.63 | 125.39 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 136 | 0 | 0.58 | 0.41 | 0.10 | 342.09 | 0.73 | 0.64 |
| Hex | E6 | 60 | 88 | 0 | 3A | 29 | A | 156 | 49 | 40 |
| Octal | 346 | 140 | 210 | 0 | 72 | 51 | 12 | 526 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10001000 | 0 | 111010 | 101001 | 1010 | 101010110 | 1001001 | 1000000 |
Color Harmonies of #E66088
Complementary color
Monochromatic Colors of #E66088
Black with #E66088
Text Example
Text Example
White with #E66088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66088; }
p { color: rgb(230,96,136); }
H1.HeaderClassName
{
color: #E66088;
}
.AnyTagClassName
{
color: #E66088;
}
</style>
background-color css
<style>
a { background-color: #E66088; }
a { background-color: rgb(230,96,136); }
div.DivClassName
{
background-color: #E66088;
}
.BgClassName
{
background-color: #E66088;
}
</style>
border-color css
<style>
span { border-color: #E66088; }
span { border-color: rgb(230,96,136); }
td.TdClassName
{
border-color: #E66088;
}
.TagClassName
{
border-color: #E66088;
}
</style>