Shades of Dark Pink #EE5D90
Tints of Dark Pink #EE5D90
RGB
CMYK
RGB Variations
Color information
#EE5D90 (or 0xEE5D90) is known color: Dark Pink. HEX triplet: EE, 5D and 90. RGB value is (238,93,144). Sum of RGB (Red+Green+Blue) = 238+93+144=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5D90 is #11A26F. Grayscale: #8E8E8E. Windows color (decimal): -1155696 or 9461230. OLE color: 9461230.
HSL color Cylindrical-coordinate representation of color #EE5D90: hue angle of 338.9º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE5D90 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 93 | 144 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.07 |
| HSL | 338.9º | 0.81% | 0.65% | - |
| HSV(B) | 338.9º | 0.61% | 0.93% | - |
| XYZ | 44.21 | 28.02 | 29.46 | - |
| YUV | 142.17 | 129.04 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 93 | 144 | 0 | 0.61 | 0.39 | 0.07 | 338.9 | 0.81 | 0.65 |
| Hex | EE | 5D | 90 | 0 | 3D | 27 | 7 | 153 | 51 | 41 |
| Octal | 356 | 135 | 220 | 0 | 75 | 47 | 7 | 523 | 121 | 101 |
| Binary | 11101110 | 1011101 | 10010000 | 0 | 111101 | 100111 | 111 | 101010011 | 1010001 | 1000001 |
Color Harmonies of #EE5D90
Complementary color
Monochromatic Colors of #EE5D90
Black with #EE5D90
Text Example
Text Example
White with #EE5D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5D90; }
p { color: rgb(238,93,144); }
H1.HeaderClassName
{
color: #EE5D90;
}
.AnyTagClassName
{
color: #EE5D90;
}
</style>
background-color css
<style>
a { background-color: #EE5D90; }
a { background-color: rgb(238,93,144); }
div.DivClassName
{
background-color: #EE5D90;
}
.BgClassName
{
background-color: #EE5D90;
}
</style>
border-color css
<style>
span { border-color: #EE5D90; }
span { border-color: rgb(238,93,144); }
td.TdClassName
{
border-color: #EE5D90;
}
.TagClassName
{
border-color: #EE5D90;
}
</style>