Shades of Dark Pink #EE4177
Tints of Dark Pink #EE4177
RGB
CMYK
RGB Variations
Color information
#EE4177 (or 0xEE4177) is known color: Dark Pink. HEX triplet: EE, 41 and 77. RGB value is (238,65,119). Sum of RGB (Red+Green+Blue) = 238+65+119=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4177 is #11BE88. Grayscale: #7A7A7A. Windows color (decimal): -1162889 or 7815662. OLE color: 7815662.
HSL color Cylindrical-coordinate representation of color #EE4177: hue angle of 341.27º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4177 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 119 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.07 |
| HSL | 341.27º | 0.84% | 0.59% | - |
| HSV(B) | 341.27º | 0.73% | 0.93% | - |
| XYZ | 40.48 | 23.29 | 19.81 | - |
| YUV | 122.88 | 125.81 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 119 | 0 | 0.73 | 0.50 | 0.07 | 341.27 | 0.84 | 0.59 |
| Hex | EE | 41 | 77 | 0 | 49 | 32 | 7 | 155 | 54 | 3B |
| Octal | 356 | 101 | 167 | 0 | 111 | 62 | 7 | 525 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1110111 | 0 | 1001001 | 110010 | 111 | 101010101 | 1010100 | 111011 |
Color Harmonies of #EE4177
Complementary color
Monochromatic Colors of #EE4177
Black with #EE4177
Text Example
Text Example
White with #EE4177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4177; }
p { color: rgb(238,65,119); }
H1.HeaderClassName
{
color: #EE4177;
}
.AnyTagClassName
{
color: #EE4177;
}
</style>
background-color css
<style>
a { background-color: #EE4177; }
a { background-color: rgb(238,65,119); }
div.DivClassName
{
background-color: #EE4177;
}
.BgClassName
{
background-color: #EE4177;
}
</style>
border-color css
<style>
span { border-color: #EE4177; }
span { border-color: rgb(238,65,119); }
td.TdClassName
{
border-color: #EE4177;
}
.TagClassName
{
border-color: #EE4177;
}
</style>