Shades of Dark Pink #EE487A
Tints of Dark Pink #EE487A
RGB
CMYK
RGB Variations
Color information
#EE487A (or 0xEE487A) is known color: Dark Pink. HEX triplet: EE, 48 and 7A. RGB value is (238,72,122). Sum of RGB (Red+Green+Blue) = 238+72+122=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE487A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE487A is #11B785. Grayscale: #7F7F7F. Windows color (decimal): -1161094 or 8014062. OLE color: 8014062.
HSL color Cylindrical-coordinate representation of color #EE487A: hue angle of 341.93º 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 #EE487A is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 122 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.07 |
| HSL | 341.93º | 0.83% | 0.61% | - |
| HSV(B) | 341.93º | 0.7% | 0.93% | - |
| XYZ | 41.09 | 24.22 | 20.92 | - |
| YUV | 127.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 122 | 0 | 0.70 | 0.49 | 0.07 | 341.93 | 0.83 | 0.61 |
| Hex | EE | 48 | 7A | 0 | 46 | 31 | 7 | 156 | 53 | 3D |
| Octal | 356 | 110 | 172 | 0 | 106 | 61 | 7 | 526 | 123 | 75 |
| Binary | 11101110 | 1001000 | 1111010 | 0 | 1000110 | 110001 | 111 | 101010110 | 1010011 | 111101 |
Color Harmonies of #EE487A
Complementary color
Monochromatic Colors of #EE487A
Black with #EE487A
Text Example
Text Example
White with #EE487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE487A; }
p { color: rgb(238,72,122); }
H1.HeaderClassName
{
color: #EE487A;
}
.AnyTagClassName
{
color: #EE487A;
}
</style>
background-color css
<style>
a { background-color: #EE487A; }
a { background-color: rgb(238,72,122); }
div.DivClassName
{
background-color: #EE487A;
}
.BgClassName
{
background-color: #EE487A;
}
</style>
border-color css
<style>
span { border-color: #EE487A; }
span { border-color: rgb(238,72,122); }
td.TdClassName
{
border-color: #EE487A;
}
.TagClassName
{
border-color: #EE487A;
}
</style>