Shades of Dark Pink #EE496F
Tints of Dark Pink #EE496F
RGB
CMYK
RGB Variations
Color information
#EE496F (or 0xEE496F) is known color: Dark Pink. HEX triplet: EE, 49 and 6F. RGB value is (238,73,111). Sum of RGB (Red+Green+Blue) = 238+73+111=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE496F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE496F is #11B690. Grayscale: #7E7E7E. Windows color (decimal): -1160849 or 7293422. OLE color: 7293422.
HSL color Cylindrical-coordinate representation of color #EE496F: hue angle of 346.18º 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 #EE496F is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 111 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.07 |
| HSL | 346.18º | 0.83% | 0.61% | - |
| HSV(B) | 346.18º | 0.69% | 0.93% | - |
| XYZ | 40.51 | 24.09 | 17.55 | - |
| YUV | 126.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 111 | 0 | 0.69 | 0.53 | 0.07 | 346.18 | 0.83 | 0.61 |
| Hex | EE | 49 | 6F | 0 | 45 | 35 | 7 | 15A | 53 | 3D |
| Octal | 356 | 111 | 157 | 0 | 105 | 65 | 7 | 532 | 123 | 75 |
| Binary | 11101110 | 1001001 | 1101111 | 0 | 1000101 | 110101 | 111 | 101011010 | 1010011 | 111101 |
Color Harmonies of #EE496F
Complementary color
Monochromatic Colors of #EE496F
Black with #EE496F
Text Example
Text Example
White with #EE496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE496F; }
p { color: rgb(238,73,111); }
H1.HeaderClassName
{
color: #EE496F;
}
.AnyTagClassName
{
color: #EE496F;
}
</style>
background-color css
<style>
a { background-color: #EE496F; }
a { background-color: rgb(238,73,111); }
div.DivClassName
{
background-color: #EE496F;
}
.BgClassName
{
background-color: #EE496F;
}
</style>
border-color css
<style>
span { border-color: #EE496F; }
span { border-color: rgb(238,73,111); }
td.TdClassName
{
border-color: #EE496F;
}
.TagClassName
{
border-color: #EE496F;
}
</style>