Shades of Dark Pink #EE4174
Tints of Dark Pink #EE4174
RGB
CMYK
RGB Variations
Color information
#EE4174 (or 0xEE4174) is known color: Dark Pink. HEX triplet: EE, 41 and 74. RGB value is (238,65,116). Sum of RGB (Red+Green+Blue) = 238+65+116=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4174 is #11BE8B. Grayscale: #7A7A7A. Windows color (decimal): -1162892 or 7619054. OLE color: 7619054.
HSL color Cylindrical-coordinate representation of color #EE4174: hue angle of 342.31º 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 #EE4174 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 116 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.07 |
| HSL | 342.31º | 0.84% | 0.59% | - |
| HSV(B) | 342.31º | 0.73% | 0.93% | - |
| XYZ | 40.3 | 23.22 | 18.88 | - |
| YUV | 122.54 | 124.31 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 116 | 0 | 0.73 | 0.51 | 0.07 | 342.31 | 0.84 | 0.59 |
| Hex | EE | 41 | 74 | 0 | 49 | 33 | 7 | 156 | 54 | 3B |
| Octal | 356 | 101 | 164 | 0 | 111 | 63 | 7 | 526 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1110100 | 0 | 1001001 | 110011 | 111 | 101010110 | 1010100 | 111011 |
Color Harmonies of #EE4174
Complementary color
Monochromatic Colors of #EE4174
Black with #EE4174
Text Example
Text Example
White with #EE4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4174; }
p { color: rgb(238,65,116); }
H1.HeaderClassName
{
color: #EE4174;
}
.AnyTagClassName
{
color: #EE4174;
}
</style>
background-color css
<style>
a { background-color: #EE4174; }
a { background-color: rgb(238,65,116); }
div.DivClassName
{
background-color: #EE4174;
}
.BgClassName
{
background-color: #EE4174;
}
</style>
border-color css
<style>
span { border-color: #EE4174; }
span { border-color: rgb(238,65,116); }
td.TdClassName
{
border-color: #EE4174;
}
.TagClassName
{
border-color: #EE4174;
}
</style>