Shades of Dark Pink #E0607C
Tints of Dark Pink #E0607C
RGB
CMYK
RGB Variations
Color information
#E0607C (or 0xE0607C) is known color: Dark Pink. HEX triplet: E0, 60 and 7C. RGB value is (224,96,124). Sum of RGB (Red+Green+Blue) = 224+96+124=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0607C is #1F9F83. Grayscale: #898989. Windows color (decimal): -2072452 or 8151264. OLE color: 8151264.
HSL color Cylindrical-coordinate representation of color #E0607C: hue angle of 346.88º 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 #E0607C is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 124 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.12 |
| HSL | 346.88º | 0.67% | 0.63% | - |
| HSV(B) | 346.88º | 0.57% | 0.88% | - |
| XYZ | 38.56 | 25.67 | 21.99 | - |
| YUV | 137.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 124 | 0 | 0.57 | 0.45 | 0.12 | 346.88 | 0.67 | 0.63 |
| Hex | E0 | 60 | 7C | 0 | 39 | 2D | C | 15B | 43 | 3F |
| Octal | 340 | 140 | 174 | 0 | 71 | 55 | 14 | 533 | 103 | 77 |
| Binary | 11100000 | 1100000 | 1111100 | 0 | 111001 | 101101 | 1100 | 101011011 | 1000011 | 111111 |
Color Harmonies of #E0607C
Complementary color
Monochromatic Colors of #E0607C
Black with #E0607C
Text Example
Text Example
White with #E0607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0607C; }
p { color: rgb(224,96,124); }
H1.HeaderClassName
{
color: #E0607C;
}
.AnyTagClassName
{
color: #E0607C;
}
</style>
background-color css
<style>
a { background-color: #E0607C; }
a { background-color: rgb(224,96,124); }
div.DivClassName
{
background-color: #E0607C;
}
.BgClassName
{
background-color: #E0607C;
}
</style>
border-color css
<style>
span { border-color: #E0607C; }
span { border-color: rgb(224,96,124); }
td.TdClassName
{
border-color: #E0607C;
}
.TagClassName
{
border-color: #E0607C;
}
</style>