Shades of Dark Pink #EE496D
Tints of Dark Pink #EE496D
RGB
CMYK
RGB Variations
Color information
#EE496D (or 0xEE496D) is known color: Dark Pink. HEX triplet: EE, 49 and 6D. RGB value is (238,73,109). Sum of RGB (Red+Green+Blue) = 238+73+109=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE496D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE496D is #11B692. Grayscale: #7E7E7E. Windows color (decimal): -1160851 or 7162350. OLE color: 7162350.
HSL color Cylindrical-coordinate representation of color #EE496D: hue angle of 346.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE496D is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 109 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.07 |
| HSL | 346.91º | 0.83% | 0.61% | - |
| HSV(B) | 346.91º | 0.69% | 0.93% | - |
| XYZ | 40.4 | 24.05 | 16.98 | - |
| YUV | 126.44 | 118.16 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 109 | 0 | 0.69 | 0.54 | 0.07 | 346.91 | 0.83 | 0.61 |
| Hex | EE | 49 | 6D | 0 | 45 | 36 | 7 | 15B | 53 | 3D |
| Octal | 356 | 111 | 155 | 0 | 105 | 66 | 7 | 533 | 123 | 75 |
| Binary | 11101110 | 1001001 | 1101101 | 0 | 1000101 | 110110 | 111 | 101011011 | 1010011 | 111101 |
Color Harmonies of #EE496D
Complementary color
Monochromatic Colors of #EE496D
Black with #EE496D
Text Example
Text Example
White with #EE496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE496D; }
p { color: rgb(238,73,109); }
H1.HeaderClassName
{
color: #EE496D;
}
.AnyTagClassName
{
color: #EE496D;
}
</style>
background-color css
<style>
a { background-color: #EE496D; }
a { background-color: rgb(238,73,109); }
div.DivClassName
{
background-color: #EE496D;
}
.BgClassName
{
background-color: #EE496D;
}
</style>
border-color css
<style>
span { border-color: #EE496D; }
span { border-color: rgb(238,73,109); }
td.TdClassName
{
border-color: #EE496D;
}
.TagClassName
{
border-color: #EE496D;
}
</style>