Shades of Dark Pink #E65688
Tints of Dark Pink #E65688
RGB
CMYK
RGB Variations
Color information
#E65688 (or 0xE65688) is known color: Dark Pink. HEX triplet: E6, 56 and 88. RGB value is (230,86,136). Sum of RGB (Red+Green+Blue) = 230+86+136=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E65688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65688 is #19A977. Grayscale: #868686. Windows color (decimal): -1681784 or 8935142. OLE color: 8935142.
HSL color Cylindrical-coordinate representation of color #E65688: hue angle of 339.17º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65688 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 136 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.10 |
| HSL | 339.17º | 0.74% | 0.62% | - |
| HSV(B) | 339.17º | 0.63% | 0.9% | - |
| XYZ | 40.4 | 25.26 | 26.04 | - |
| YUV | 134.76 | 128.71 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 136 | 0 | 0.63 | 0.41 | 0.10 | 339.17 | 0.74 | 0.62 |
| Hex | E6 | 56 | 88 | 0 | 3F | 29 | A | 153 | 4A | 3E |
| Octal | 346 | 126 | 210 | 0 | 77 | 51 | 12 | 523 | 112 | 76 |
| Binary | 11100110 | 1010110 | 10001000 | 0 | 111111 | 101001 | 1010 | 101010011 | 1001010 | 111110 |
Color Harmonies of #E65688
Complementary color
Monochromatic Colors of #E65688
Black with #E65688
Text Example
Text Example
White with #E65688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65688; }
p { color: rgb(230,86,136); }
H1.HeaderClassName
{
color: #E65688;
}
.AnyTagClassName
{
color: #E65688;
}
</style>
background-color css
<style>
a { background-color: #E65688; }
a { background-color: rgb(230,86,136); }
div.DivClassName
{
background-color: #E65688;
}
.BgClassName
{
background-color: #E65688;
}
</style>
border-color css
<style>
span { border-color: #E65688; }
span { border-color: rgb(230,86,136); }
td.TdClassName
{
border-color: #E65688;
}
.TagClassName
{
border-color: #E65688;
}
</style>