Shades of Dark Pink #E4607E
Tints of Dark Pink #E4607E
RGB
CMYK
RGB Variations
Color information
#E4607E (or 0xE4607E) is known color: Dark Pink. HEX triplet: E4, 60 and 7E. RGB value is (228,96,126). Sum of RGB (Red+Green+Blue) = 228+96+126=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E4607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4607E is #1B9F81. Grayscale: #8A8A8A. Windows color (decimal): -1810306 or 8282340. OLE color: 8282340.
HSL color Cylindrical-coordinate representation of color #E4607E: hue angle of 346.36º 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 #E4607E is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 126 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.11 |
| HSL | 346.36º | 0.71% | 0.64% | - |
| HSV(B) | 346.36º | 0.58% | 0.89% | - |
| XYZ | 39.94 | 26.37 | 22.72 | - |
| YUV | 138.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 126 | 0 | 0.58 | 0.45 | 0.11 | 346.36 | 0.71 | 0.64 |
| Hex | E4 | 60 | 7E | 0 | 3A | 2D | B | 15A | 47 | 40 |
| Octal | 344 | 140 | 176 | 0 | 72 | 55 | 13 | 532 | 107 | 100 |
| Binary | 11100100 | 1100000 | 1111110 | 0 | 111010 | 101101 | 1011 | 101011010 | 1000111 | 1000000 |
Color Harmonies of #E4607E
Complementary color
Monochromatic Colors of #E4607E
Black with #E4607E
Text Example
Text Example
White with #E4607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4607E; }
p { color: rgb(228,96,126); }
H1.HeaderClassName
{
color: #E4607E;
}
.AnyTagClassName
{
color: #E4607E;
}
</style>
background-color css
<style>
a { background-color: #E4607E; }
a { background-color: rgb(228,96,126); }
div.DivClassName
{
background-color: #E4607E;
}
.BgClassName
{
background-color: #E4607E;
}
</style>
border-color css
<style>
span { border-color: #E4607E; }
span { border-color: rgb(228,96,126); }
td.TdClassName
{
border-color: #E4607E;
}
.TagClassName
{
border-color: #E4607E;
}
</style>