Shades of Dark Pink #EA607F
Tints of Dark Pink #EA607F
RGB
CMYK
RGB Variations
Color information
#EA607F (or 0xEA607F) is known color: Dark Pink. HEX triplet: EA, 60 and 7F. RGB value is (234,96,127). Sum of RGB (Red+Green+Blue) = 234+96+127=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA607F is #159F80. Grayscale: #8C8C8C. Windows color (decimal): -1417089 or 8347882. OLE color: 8347882.
HSL color Cylindrical-coordinate representation of color #EA607F: hue angle of 346.52º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA607F is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 127 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.08 |
| HSL | 346.52º | 0.77% | 0.65% | - |
| HSV(B) | 346.52º | 0.59% | 0.92% | - |
| XYZ | 41.95 | 27.39 | 23.15 | - |
| YUV | 140.8 | 120.22 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 127 | 0 | 0.59 | 0.46 | 0.08 | 346.52 | 0.77 | 0.65 |
| Hex | EA | 60 | 7F | 0 | 3B | 2E | 8 | 15B | 4D | 41 |
| Octal | 352 | 140 | 177 | 0 | 73 | 56 | 10 | 533 | 115 | 101 |
| Binary | 11101010 | 1100000 | 1111111 | 0 | 111011 | 101110 | 1000 | 101011011 | 1001101 | 1000001 |
Color Harmonies of #EA607F
Complementary color
Monochromatic Colors of #EA607F
Black with #EA607F
Text Example
Text Example
White with #EA607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA607F; }
p { color: rgb(234,96,127); }
H1.HeaderClassName
{
color: #EA607F;
}
.AnyTagClassName
{
color: #EA607F;
}
</style>
background-color css
<style>
a { background-color: #EA607F; }
a { background-color: rgb(234,96,127); }
div.DivClassName
{
background-color: #EA607F;
}
.BgClassName
{
background-color: #EA607F;
}
</style>
border-color css
<style>
span { border-color: #EA607F; }
span { border-color: rgb(234,96,127); }
td.TdClassName
{
border-color: #EA607F;
}
.TagClassName
{
border-color: #EA607F;
}
</style>