Shades of Dark Pink #E06089
Tints of Dark Pink #E06089
RGB
CMYK
RGB Variations
Color information
#E06089 (or 0xE06089) is known color: Dark Pink. HEX triplet: E0, 60 and 89. RGB value is (224,96,137). Sum of RGB (Red+Green+Blue) = 224+96+137=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E06089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06089 is #1F9F76. Grayscale: #8A8A8A. Windows color (decimal): -2072439 or 9003232. OLE color: 9003232.
HSL color Cylindrical-coordinate representation of color #E06089: hue angle of 340.78º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06089 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 137 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.12 |
| HSL | 340.78º | 0.67% | 0.63% | - |
| HSV(B) | 340.78º | 0.57% | 0.88% | - |
| XYZ | 39.44 | 26.02 | 26.61 | - |
| YUV | 138.95 | 126.91 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 137 | 0 | 0.57 | 0.39 | 0.12 | 340.78 | 0.67 | 0.63 |
| Hex | E0 | 60 | 89 | 0 | 39 | 27 | C | 155 | 43 | 3F |
| Octal | 340 | 140 | 211 | 0 | 71 | 47 | 14 | 525 | 103 | 77 |
| Binary | 11100000 | 1100000 | 10001001 | 0 | 111001 | 100111 | 1100 | 101010101 | 1000011 | 111111 |
Color Harmonies of #E06089
Complementary color
Monochromatic Colors of #E06089
Black with #E06089
Text Example
Text Example
White with #E06089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06089; }
p { color: rgb(224,96,137); }
H1.HeaderClassName
{
color: #E06089;
}
.AnyTagClassName
{
color: #E06089;
}
</style>
background-color css
<style>
a { background-color: #E06089; }
a { background-color: rgb(224,96,137); }
div.DivClassName
{
background-color: #E06089;
}
.BgClassName
{
background-color: #E06089;
}
</style>
border-color css
<style>
span { border-color: #E06089; }
span { border-color: rgb(224,96,137); }
td.TdClassName
{
border-color: #E06089;
}
.TagClassName
{
border-color: #E06089;
}
</style>