Shades of Dark Pink #EE4175
Tints of Dark Pink #EE4175
RGB
CMYK
RGB Variations
Color information
#EE4175 (or 0xEE4175) is known color: Dark Pink. HEX triplet: EE, 41 and 75. RGB value is (238,65,117). Sum of RGB (Red+Green+Blue) = 238+65+117=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4175 is #11BE8A. Grayscale: #7A7A7A. Windows color (decimal): -1162891 or 7684590. OLE color: 7684590.
HSL color Cylindrical-coordinate representation of color #EE4175: hue angle of 341.97º 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 #EE4175 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 117 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.07 |
| HSL | 341.97º | 0.84% | 0.59% | - |
| HSV(B) | 341.97º | 0.73% | 0.93% | - |
| XYZ | 40.36 | 23.24 | 19.19 | - |
| YUV | 122.66 | 124.81 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 117 | 0 | 0.73 | 0.51 | 0.07 | 341.97 | 0.84 | 0.59 |
| Hex | EE | 41 | 75 | 0 | 49 | 33 | 7 | 156 | 54 | 3B |
| Octal | 356 | 101 | 165 | 0 | 111 | 63 | 7 | 526 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1110101 | 0 | 1001001 | 110011 | 111 | 101010110 | 1010100 | 111011 |
Color Harmonies of #EE4175
Complementary color
Monochromatic Colors of #EE4175
Black with #EE4175
Text Example
Text Example
White with #EE4175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4175; }
p { color: rgb(238,65,117); }
H1.HeaderClassName
{
color: #EE4175;
}
.AnyTagClassName
{
color: #EE4175;
}
</style>
background-color css
<style>
a { background-color: #EE4175; }
a { background-color: rgb(238,65,117); }
div.DivClassName
{
background-color: #EE4175;
}
.BgClassName
{
background-color: #EE4175;
}
</style>
border-color css
<style>
span { border-color: #EE4175; }
span { border-color: rgb(238,65,117); }
td.TdClassName
{
border-color: #EE4175;
}
.TagClassName
{
border-color: #EE4175;
}
</style>