Shades of Dark Pink #EE487B
Tints of Dark Pink #EE487B
RGB
CMYK
RGB Variations
Color information
#EE487B (or 0xEE487B) is known color: Dark Pink. HEX triplet: EE, 48 and 7B. RGB value is (238,72,123). Sum of RGB (Red+Green+Blue) = 238+72+123=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE487B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE487B is #11B784. Grayscale: #7F7F7F. Windows color (decimal): -1161093 or 8079598. OLE color: 8079598.
HSL color Cylindrical-coordinate representation of color #EE487B: hue angle of 341.57º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE487B is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 123 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.07 |
| HSL | 341.57º | 0.83% | 0.61% | - |
| HSV(B) | 341.57º | 0.7% | 0.93% | - |
| XYZ | 41.15 | 24.24 | 21.25 | - |
| YUV | 127.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 123 | 0 | 0.70 | 0.48 | 0.07 | 341.57 | 0.83 | 0.61 |
| Hex | EE | 48 | 7B | 0 | 46 | 30 | 7 | 156 | 53 | 3D |
| Octal | 356 | 110 | 173 | 0 | 106 | 60 | 7 | 526 | 123 | 75 |
| Binary | 11101110 | 1001000 | 1111011 | 0 | 1000110 | 110000 | 111 | 101010110 | 1010011 | 111101 |
Color Harmonies of #EE487B
Complementary color
Monochromatic Colors of #EE487B
Black with #EE487B
Text Example
Text Example
White with #EE487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE487B; }
p { color: rgb(238,72,123); }
H1.HeaderClassName
{
color: #EE487B;
}
.AnyTagClassName
{
color: #EE487B;
}
</style>
background-color css
<style>
a { background-color: #EE487B; }
a { background-color: rgb(238,72,123); }
div.DivClassName
{
background-color: #EE487B;
}
.BgClassName
{
background-color: #EE487B;
}
</style>
border-color css
<style>
span { border-color: #EE487B; }
span { border-color: rgb(238,72,123); }
td.TdClassName
{
border-color: #EE487B;
}
.TagClassName
{
border-color: #EE487B;
}
</style>