Shades of Dark Pink #EE486F
Tints of Dark Pink #EE486F
RGB
CMYK
RGB Variations
Color information
#EE486F (or 0xEE486F) is known color: Dark Pink. HEX triplet: EE, 48 and 6F. RGB value is (238,72,111). Sum of RGB (Red+Green+Blue) = 238+72+111=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE486F is #11B790. Grayscale: #7E7E7E. Windows color (decimal): -1161105 or 7293166. OLE color: 7293166.
HSL color Cylindrical-coordinate representation of color #EE486F: hue angle of 345.9º 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 #EE486F is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 111 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.07 |
| HSL | 345.9º | 0.83% | 0.61% | - |
| HSV(B) | 345.9º | 0.7% | 0.93% | - |
| XYZ | 40.45 | 23.96 | 17.53 | - |
| YUV | 126.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 111 | 0 | 0.70 | 0.53 | 0.07 | 345.9 | 0.83 | 0.61 |
| Hex | EE | 48 | 6F | 0 | 46 | 35 | 7 | 15A | 53 | 3D |
| Octal | 356 | 110 | 157 | 0 | 106 | 65 | 7 | 532 | 123 | 75 |
| Binary | 11101110 | 1001000 | 1101111 | 0 | 1000110 | 110101 | 111 | 101011010 | 1010011 | 111101 |
Color Harmonies of #EE486F
Complementary color
Monochromatic Colors of #EE486F
Black with #EE486F
Text Example
Text Example
White with #EE486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE486F; }
p { color: rgb(238,72,111); }
H1.HeaderClassName
{
color: #EE486F;
}
.AnyTagClassName
{
color: #EE486F;
}
</style>
background-color css
<style>
a { background-color: #EE486F; }
a { background-color: rgb(238,72,111); }
div.DivClassName
{
background-color: #EE486F;
}
.BgClassName
{
background-color: #EE486F;
}
</style>
border-color css
<style>
span { border-color: #EE486F; }
span { border-color: rgb(238,72,111); }
td.TdClassName
{
border-color: #EE486F;
}
.TagClassName
{
border-color: #EE486F;
}
</style>