Shades of Dark Pink #E0607F
Tints of Dark Pink #E0607F
RGB
CMYK
RGB Variations
Color information
#E0607F (or 0xE0607F) is known color: Dark Pink. HEX triplet: E0, 60 and 7F. RGB value is (224,96,127). Sum of RGB (Red+Green+Blue) = 224+96+127=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0607F is #1F9F80. Grayscale: #898989. Windows color (decimal): -2072449 or 8347872. OLE color: 8347872.
HSL color Cylindrical-coordinate representation of color #E0607F: hue angle of 345.47º 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 #E0607F is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 127 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.12 |
| HSL | 345.47º | 0.67% | 0.63% | - |
| HSV(B) | 345.47º | 0.57% | 0.88% | - |
| XYZ | 38.75 | 25.75 | 23.01 | - |
| YUV | 137.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 127 | 0 | 0.57 | 0.43 | 0.12 | 345.47 | 0.67 | 0.63 |
| Hex | E0 | 60 | 7F | 0 | 39 | 2B | C | 159 | 43 | 3F |
| Octal | 340 | 140 | 177 | 0 | 71 | 53 | 14 | 531 | 103 | 77 |
| Binary | 11100000 | 1100000 | 1111111 | 0 | 111001 | 101011 | 1100 | 101011001 | 1000011 | 111111 |
Color Harmonies of #E0607F
Complementary color
Monochromatic Colors of #E0607F
Black with #E0607F
Text Example
Text Example
White with #E0607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0607F; }
p { color: rgb(224,96,127); }
H1.HeaderClassName
{
color: #E0607F;
}
.AnyTagClassName
{
color: #E0607F;
}
</style>
background-color css
<style>
a { background-color: #E0607F; }
a { background-color: rgb(224,96,127); }
div.DivClassName
{
background-color: #E0607F;
}
.BgClassName
{
background-color: #E0607F;
}
</style>
border-color css
<style>
span { border-color: #E0607F; }
span { border-color: rgb(224,96,127); }
td.TdClassName
{
border-color: #E0607F;
}
.TagClassName
{
border-color: #E0607F;
}
</style>