Shades of Dark Pink #EE608D
Tints of Dark Pink #EE608D
RGB
CMYK
RGB Variations
Color information
#EE608D (or 0xEE608D) is known color: Dark Pink. HEX triplet: EE, 60 and 8D. RGB value is (238,96,141). Sum of RGB (Red+Green+Blue) = 238+96+141=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE608D is #119F72. Grayscale: #8F8F8F. Windows color (decimal): -1154931 or 9265390. OLE color: 9265390.
HSL color Cylindrical-coordinate representation of color #EE608D: hue angle of 340.99º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE608D is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 141 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.07 |
| HSL | 340.99º | 0.81% | 0.65% | - |
| HSV(B) | 340.99º | 0.6% | 0.93% | - |
| XYZ | 44.25 | 28.47 | 28.36 | - |
| YUV | 143.59 | 126.54 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 141 | 0 | 0.60 | 0.41 | 0.07 | 340.99 | 0.81 | 0.65 |
| Hex | EE | 60 | 8D | 0 | 3C | 29 | 7 | 155 | 51 | 41 |
| Octal | 356 | 140 | 215 | 0 | 74 | 51 | 7 | 525 | 121 | 101 |
| Binary | 11101110 | 1100000 | 10001101 | 0 | 111100 | 101001 | 111 | 101010101 | 1010001 | 1000001 |
Color Harmonies of #EE608D
Complementary color
Monochromatic Colors of #EE608D
Black with #EE608D
Text Example
Text Example
White with #EE608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE608D; }
p { color: rgb(238,96,141); }
H1.HeaderClassName
{
color: #EE608D;
}
.AnyTagClassName
{
color: #EE608D;
}
</style>
background-color css
<style>
a { background-color: #EE608D; }
a { background-color: rgb(238,96,141); }
div.DivClassName
{
background-color: #EE608D;
}
.BgClassName
{
background-color: #EE608D;
}
</style>
border-color css
<style>
span { border-color: #EE608D; }
span { border-color: rgb(238,96,141); }
td.TdClassName
{
border-color: #EE608D;
}
.TagClassName
{
border-color: #EE608D;
}
</style>