Shades of Dark Pink #E4607D
Tints of Dark Pink #E4607D
RGB
CMYK
RGB Variations
Color information
#E4607D (or 0xE4607D) is known color: Dark Pink. HEX triplet: E4, 60 and 7D. RGB value is (228,96,125). Sum of RGB (Red+Green+Blue) = 228+96+125=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E4607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4607D is #1B9F82. Grayscale: #8A8A8A. Windows color (decimal): -1810307 or 8216804. OLE color: 8216804.
HSL color Cylindrical-coordinate representation of color #E4607D: hue angle of 346.82º 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 #E4607D is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 125 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.11 |
| HSL | 346.82º | 0.71% | 0.64% | - |
| HSV(B) | 346.82º | 0.58% | 0.89% | - |
| XYZ | 39.88 | 26.34 | 22.38 | - |
| YUV | 138.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 125 | 0 | 0.58 | 0.45 | 0.11 | 346.82 | 0.71 | 0.64 |
| Hex | E4 | 60 | 7D | 0 | 3A | 2D | B | 15B | 47 | 40 |
| Octal | 344 | 140 | 175 | 0 | 72 | 55 | 13 | 533 | 107 | 100 |
| Binary | 11100100 | 1100000 | 1111101 | 0 | 111010 | 101101 | 1011 | 101011011 | 1000111 | 1000000 |
Color Harmonies of #E4607D
Complementary color
Monochromatic Colors of #E4607D
Black with #E4607D
Text Example
Text Example
White with #E4607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4607D; }
p { color: rgb(228,96,125); }
H1.HeaderClassName
{
color: #E4607D;
}
.AnyTagClassName
{
color: #E4607D;
}
</style>
background-color css
<style>
a { background-color: #E4607D; }
a { background-color: rgb(228,96,125); }
div.DivClassName
{
background-color: #E4607D;
}
.BgClassName
{
background-color: #E4607D;
}
</style>
border-color css
<style>
span { border-color: #E4607D; }
span { border-color: rgb(228,96,125); }
td.TdClassName
{
border-color: #E4607D;
}
.TagClassName
{
border-color: #E4607D;
}
</style>