Shades of Dark Pink #EE497C
Tints of Dark Pink #EE497C
RGB
CMYK
RGB Variations
Color information
#EE497C (or 0xEE497C) is known color: Dark Pink. HEX triplet: EE, 49 and 7C. RGB value is (238,73,124). Sum of RGB (Red+Green+Blue) = 238+73+124=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE497C is #11B683. Grayscale: #808080. Windows color (decimal): -1160836 or 8145390. OLE color: 8145390.
HSL color Cylindrical-coordinate representation of color #EE497C: hue angle of 341.45º 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 #EE497C is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 124 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.07 |
| HSL | 341.45º | 0.83% | 0.61% | - |
| HSV(B) | 341.45º | 0.69% | 0.93% | - |
| XYZ | 41.28 | 24.4 | 21.6 | - |
| YUV | 128.15 | 125.66 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 124 | 0 | 0.69 | 0.48 | 0.07 | 341.45 | 0.83 | 0.61 |
| Hex | EE | 49 | 7C | 0 | 45 | 30 | 7 | 155 | 53 | 3D |
| Octal | 356 | 111 | 174 | 0 | 105 | 60 | 7 | 525 | 123 | 75 |
| Binary | 11101110 | 1001001 | 1111100 | 0 | 1000101 | 110000 | 111 | 101010101 | 1010011 | 111101 |
Color Harmonies of #EE497C
Complementary color
Monochromatic Colors of #EE497C
Black with #EE497C
Text Example
Text Example
White with #EE497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE497C; }
p { color: rgb(238,73,124); }
H1.HeaderClassName
{
color: #EE497C;
}
.AnyTagClassName
{
color: #EE497C;
}
</style>
background-color css
<style>
a { background-color: #EE497C; }
a { background-color: rgb(238,73,124); }
div.DivClassName
{
background-color: #EE497C;
}
.BgClassName
{
background-color: #EE497C;
}
</style>
border-color css
<style>
span { border-color: #EE497C; }
span { border-color: rgb(238,73,124); }
td.TdClassName
{
border-color: #EE497C;
}
.TagClassName
{
border-color: #EE497C;
}
</style>