Shades of Dark Pink #EA608C
Tints of Dark Pink #EA608C
RGB
CMYK
RGB Variations
Color information
#EA608C (or 0xEA608C) is known color: Dark Pink. HEX triplet: EA, 60 and 8C. RGB value is (234,96,140). Sum of RGB (Red+Green+Blue) = 234+96+140=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA608C is #159F73. Grayscale: #8E8E8E. Windows color (decimal): -1417076 or 9199850. OLE color: 9199850.
HSL color Cylindrical-coordinate representation of color #EA608C: hue angle of 340.87º 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 #EA608C is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 140 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.08 |
| HSL | 340.87º | 0.77% | 0.65% | - |
| HSV(B) | 340.87º | 0.59% | 0.92% | - |
| XYZ | 42.85 | 27.75 | 27.91 | - |
| YUV | 142.28 | 126.72 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 140 | 0 | 0.59 | 0.40 | 0.08 | 340.87 | 0.77 | 0.65 |
| Hex | EA | 60 | 8C | 0 | 3B | 28 | 8 | 155 | 4D | 41 |
| Octal | 352 | 140 | 214 | 0 | 73 | 50 | 10 | 525 | 115 | 101 |
| Binary | 11101010 | 1100000 | 10001100 | 0 | 111011 | 101000 | 1000 | 101010101 | 1001101 | 1000001 |
Color Harmonies of #EA608C
Complementary color
Monochromatic Colors of #EA608C
Black with #EA608C
Text Example
Text Example
White with #EA608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA608C; }
p { color: rgb(234,96,140); }
H1.HeaderClassName
{
color: #EA608C;
}
.AnyTagClassName
{
color: #EA608C;
}
</style>
background-color css
<style>
a { background-color: #EA608C; }
a { background-color: rgb(234,96,140); }
div.DivClassName
{
background-color: #EA608C;
}
.BgClassName
{
background-color: #EA608C;
}
</style>
border-color css
<style>
span { border-color: #EA608C; }
span { border-color: rgb(234,96,140); }
td.TdClassName
{
border-color: #EA608C;
}
.TagClassName
{
border-color: #EA608C;
}
</style>