Shades of Dark Pink #EE497B
Tints of Dark Pink #EE497B
RGB
CMYK
RGB Variations
Color information
#EE497B (or 0xEE497B) is known color: Dark Pink. HEX triplet: EE, 49 and 7B. RGB value is (238,73,123). Sum of RGB (Red+Green+Blue) = 238+73+123=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE497B is #11B684. Grayscale: #808080. Windows color (decimal): -1160837 or 8079854. OLE color: 8079854.
HSL color Cylindrical-coordinate representation of color #EE497B: hue angle of 341.82º 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 #EE497B is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 123 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.07 |
| HSL | 341.82º | 0.83% | 0.61% | - |
| HSV(B) | 341.82º | 0.69% | 0.93% | - |
| XYZ | 41.22 | 24.37 | 21.27 | - |
| YUV | 128.04 | 125.16 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 123 | 0 | 0.69 | 0.48 | 0.07 | 341.82 | 0.83 | 0.61 |
| Hex | EE | 49 | 7B | 0 | 45 | 30 | 7 | 156 | 53 | 3D |
| Octal | 356 | 111 | 173 | 0 | 105 | 60 | 7 | 526 | 123 | 75 |
| Binary | 11101110 | 1001001 | 1111011 | 0 | 1000101 | 110000 | 111 | 101010110 | 1010011 | 111101 |
Color Harmonies of #EE497B
Complementary color
Monochromatic Colors of #EE497B
Black with #EE497B
Text Example
Text Example
White with #EE497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE497B; }
p { color: rgb(238,73,123); }
H1.HeaderClassName
{
color: #EE497B;
}
.AnyTagClassName
{
color: #EE497B;
}
</style>
background-color css
<style>
a { background-color: #EE497B; }
a { background-color: rgb(238,73,123); }
div.DivClassName
{
background-color: #EE497B;
}
.BgClassName
{
background-color: #EE497B;
}
</style>
border-color css
<style>
span { border-color: #EE497B; }
span { border-color: rgb(238,73,123); }
td.TdClassName
{
border-color: #EE497B;
}
.TagClassName
{
border-color: #EE497B;
}
</style>