Shades of Dark Pink #E04688
Tints of Dark Pink #E04688
RGB
CMYK
RGB Variations
Color information
#E04688 (or 0xE04688) is known color: Dark Pink. HEX triplet: E0, 46 and 88. RGB value is (224,70,136). Sum of RGB (Red+Green+Blue) = 224+70+136=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E04688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04688 is #1FB977. Grayscale: #7B7B7B. Windows color (decimal): -2079096 or 8931040. OLE color: 8931040.
HSL color Cylindrical-coordinate representation of color #E04688: hue angle of 334.29º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04688 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 136 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.12 |
| HSL | 334.29º | 0.71% | 0.58% | - |
| HSV(B) | 334.29º | 0.69% | 0.88% | - |
| XYZ | 37.37 | 22.01 | 25.57 | - |
| YUV | 123.57 | 135.02 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 136 | 0 | 0.69 | 0.39 | 0.12 | 334.29 | 0.71 | 0.58 |
| Hex | E0 | 46 | 88 | 0 | 45 | 27 | C | 14E | 47 | 3A |
| Octal | 340 | 106 | 210 | 0 | 105 | 47 | 14 | 516 | 107 | 72 |
| Binary | 11100000 | 1000110 | 10001000 | 0 | 1000101 | 100111 | 1100 | 101001110 | 1000111 | 111010 |
Color Harmonies of #E04688
Complementary color
Monochromatic Colors of #E04688
Black with #E04688
Text Example
Text Example
White with #E04688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04688; }
p { color: rgb(224,70,136); }
H1.HeaderClassName
{
color: #E04688;
}
.AnyTagClassName
{
color: #E04688;
}
</style>
background-color css
<style>
a { background-color: #E04688; }
a { background-color: rgb(224,70,136); }
div.DivClassName
{
background-color: #E04688;
}
.BgClassName
{
background-color: #E04688;
}
</style>
border-color css
<style>
span { border-color: #E04688; }
span { border-color: rgb(224,70,136); }
td.TdClassName
{
border-color: #E04688;
}
.TagClassName
{
border-color: #E04688;
}
</style>