Shades of Dark Pink #E4607C
Tints of Dark Pink #E4607C
RGB
CMYK
RGB Variations
Color information
#E4607C (or 0xE4607C) is known color: Dark Pink. HEX triplet: E4, 60 and 7C. RGB value is (228,96,124). Sum of RGB (Red+Green+Blue) = 228+96+124=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E4607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4607C is #1B9F83. Grayscale: #8A8A8A. Windows color (decimal): -1810308 or 8151268. OLE color: 8151268.
HSL color Cylindrical-coordinate representation of color #E4607C: hue angle of 347.27º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4607C is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 124 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.11 |
| HSL | 347.27º | 0.71% | 0.64% | - |
| HSV(B) | 347.27º | 0.58% | 0.89% | - |
| XYZ | 39.82 | 26.31 | 22.05 | - |
| YUV | 138.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 124 | 0 | 0.58 | 0.46 | 0.11 | 347.27 | 0.71 | 0.64 |
| Hex | E4 | 60 | 7C | 0 | 3A | 2E | B | 15B | 47 | 40 |
| Octal | 344 | 140 | 174 | 0 | 72 | 56 | 13 | 533 | 107 | 100 |
| Binary | 11100100 | 1100000 | 1111100 | 0 | 111010 | 101110 | 1011 | 101011011 | 1000111 | 1000000 |
Color Harmonies of #E4607C
Complementary color
Monochromatic Colors of #E4607C
Black with #E4607C
Text Example
Text Example
White with #E4607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4607C; }
p { color: rgb(228,96,124); }
H1.HeaderClassName
{
color: #E4607C;
}
.AnyTagClassName
{
color: #E4607C;
}
</style>
background-color css
<style>
a { background-color: #E4607C; }
a { background-color: rgb(228,96,124); }
div.DivClassName
{
background-color: #E4607C;
}
.BgClassName
{
background-color: #E4607C;
}
</style>
border-color css
<style>
span { border-color: #E4607C; }
span { border-color: rgb(228,96,124); }
td.TdClassName
{
border-color: #E4607C;
}
.TagClassName
{
border-color: #E4607C;
}
</style>