Shades of Dark Pink #EE608F
Tints of Dark Pink #EE608F
RGB
CMYK
RGB Variations
Color information
#EE608F (or 0xEE608F) is known color: Dark Pink. HEX triplet: EE, 60 and 8F. RGB value is (238,96,143). Sum of RGB (Red+Green+Blue) = 238+96+143=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE608F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE608F is #119F70. Grayscale: #8F8F8F. Windows color (decimal): -1154929 or 9396462. OLE color: 9396462.
HSL color Cylindrical-coordinate representation of color #EE608F: hue angle of 340.14º 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 #EE608F is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 143 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.07 |
| HSL | 340.14º | 0.81% | 0.65% | - |
| HSV(B) | 340.14º | 0.6% | 0.93% | - |
| XYZ | 44.4 | 28.53 | 29.15 | - |
| YUV | 143.82 | 127.54 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 143 | 0 | 0.60 | 0.40 | 0.07 | 340.14 | 0.81 | 0.65 |
| Hex | EE | 60 | 8F | 0 | 3C | 28 | 7 | 154 | 51 | 41 |
| Octal | 356 | 140 | 217 | 0 | 74 | 50 | 7 | 524 | 121 | 101 |
| Binary | 11101110 | 1100000 | 10001111 | 0 | 111100 | 101000 | 111 | 101010100 | 1010001 | 1000001 |
Color Harmonies of #EE608F
Complementary color
Monochromatic Colors of #EE608F
Black with #EE608F
Text Example
Text Example
White with #EE608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE608F; }
p { color: rgb(238,96,143); }
H1.HeaderClassName
{
color: #EE608F;
}
.AnyTagClassName
{
color: #EE608F;
}
</style>
background-color css
<style>
a { background-color: #EE608F; }
a { background-color: rgb(238,96,143); }
div.DivClassName
{
background-color: #EE608F;
}
.BgClassName
{
background-color: #EE608F;
}
</style>
border-color css
<style>
span { border-color: #EE608F; }
span { border-color: rgb(238,96,143); }
td.TdClassName
{
border-color: #EE608F;
}
.TagClassName
{
border-color: #EE608F;
}
</style>