Shades of Dark Pink #EE487D
Tints of Dark Pink #EE487D
RGB
CMYK
RGB Variations
Color information
#EE487D (or 0xEE487D) is known color: Dark Pink. HEX triplet: EE, 48 and 7D. RGB value is (238,72,125). Sum of RGB (Red+Green+Blue) = 238+72+125=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE487D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE487D is #11B782. Grayscale: #7F7F7F. Windows color (decimal): -1161091 or 8210670. OLE color: 8210670.
HSL color Cylindrical-coordinate representation of color #EE487D: hue angle of 340.84º 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 #EE487D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 125 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.07 |
| HSL | 340.84º | 0.83% | 0.61% | - |
| HSV(B) | 340.84º | 0.7% | 0.93% | - |
| XYZ | 41.28 | 24.29 | 21.92 | - |
| YUV | 127.68 | 126.5 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 125 | 0 | 0.70 | 0.47 | 0.07 | 340.84 | 0.83 | 0.61 |
| Hex | EE | 48 | 7D | 0 | 46 | 2F | 7 | 155 | 53 | 3D |
| Octal | 356 | 110 | 175 | 0 | 106 | 57 | 7 | 525 | 123 | 75 |
| Binary | 11101110 | 1001000 | 1111101 | 0 | 1000110 | 101111 | 111 | 101010101 | 1010011 | 111101 |
Color Harmonies of #EE487D
Complementary color
Monochromatic Colors of #EE487D
Black with #EE487D
Text Example
Text Example
White with #EE487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE487D; }
p { color: rgb(238,72,125); }
H1.HeaderClassName
{
color: #EE487D;
}
.AnyTagClassName
{
color: #EE487D;
}
</style>
background-color css
<style>
a { background-color: #EE487D; }
a { background-color: rgb(238,72,125); }
div.DivClassName
{
background-color: #EE487D;
}
.BgClassName
{
background-color: #EE487D;
}
</style>
border-color css
<style>
span { border-color: #EE487D; }
span { border-color: rgb(238,72,125); }
td.TdClassName
{
border-color: #EE487D;
}
.TagClassName
{
border-color: #EE487D;
}
</style>