Shades of Dark Pink #E0607A
Tints of Dark Pink #E0607A
RGB
CMYK
RGB Variations
Color information
#E0607A (or 0xE0607A) is known color: Dark Pink. HEX triplet: E0, 60 and 7A. RGB value is (224,96,122). Sum of RGB (Red+Green+Blue) = 224+96+122=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0607A is #1F9F85. Grayscale: #898989. Windows color (decimal): -2072454 or 8020192. OLE color: 8020192.
HSL color Cylindrical-coordinate representation of color #E0607A: hue angle of 347.81º 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 #E0607A is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 122 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.12 |
| HSL | 347.81º | 0.67% | 0.63% | - |
| HSV(B) | 347.81º | 0.57% | 0.88% | - |
| XYZ | 38.44 | 25.62 | 21.33 | - |
| YUV | 137.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 122 | 0 | 0.57 | 0.46 | 0.12 | 347.81 | 0.67 | 0.63 |
| Hex | E0 | 60 | 7A | 0 | 39 | 2E | C | 15C | 43 | 3F |
| Octal | 340 | 140 | 172 | 0 | 71 | 56 | 14 | 534 | 103 | 77 |
| Binary | 11100000 | 1100000 | 1111010 | 0 | 111001 | 101110 | 1100 | 101011100 | 1000011 | 111111 |
Color Harmonies of #E0607A
Complementary color
Monochromatic Colors of #E0607A
Black with #E0607A
Text Example
Text Example
White with #E0607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0607A; }
p { color: rgb(224,96,122); }
H1.HeaderClassName
{
color: #E0607A;
}
.AnyTagClassName
{
color: #E0607A;
}
</style>
background-color css
<style>
a { background-color: #E0607A; }
a { background-color: rgb(224,96,122); }
div.DivClassName
{
background-color: #E0607A;
}
.BgClassName
{
background-color: #E0607A;
}
</style>
border-color css
<style>
span { border-color: #E0607A; }
span { border-color: rgb(224,96,122); }
td.TdClassName
{
border-color: #E0607A;
}
.TagClassName
{
border-color: #E0607A;
}
</style>