Shades of Dark Pink #EE497E
Tints of Dark Pink #EE497E
RGB
CMYK
RGB Variations
Color information
#EE497E (or 0xEE497E) is known color: Dark Pink. HEX triplet: EE, 49 and 7E. RGB value is (238,73,126). Sum of RGB (Red+Green+Blue) = 238+73+126=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE497E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE497E is #11B681. Grayscale: #808080. Windows color (decimal): -1160834 or 8276462. OLE color: 8276462.
HSL color Cylindrical-coordinate representation of color #EE497E: hue angle of 340.73º 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 #EE497E is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 126 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.07 |
| HSL | 340.73º | 0.83% | 0.61% | - |
| HSV(B) | 340.73º | 0.69% | 0.93% | - |
| XYZ | 41.41 | 24.45 | 22.28 | - |
| YUV | 128.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 126 | 0 | 0.69 | 0.47 | 0.07 | 340.73 | 0.83 | 0.61 |
| Hex | EE | 49 | 7E | 0 | 45 | 2F | 7 | 155 | 53 | 3D |
| Octal | 356 | 111 | 176 | 0 | 105 | 57 | 7 | 525 | 123 | 75 |
| Binary | 11101110 | 1001001 | 1111110 | 0 | 1000101 | 101111 | 111 | 101010101 | 1010011 | 111101 |
Color Harmonies of #EE497E
Complementary color
Monochromatic Colors of #EE497E
Black with #EE497E
Text Example
Text Example
White with #EE497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE497E; }
p { color: rgb(238,73,126); }
H1.HeaderClassName
{
color: #EE497E;
}
.AnyTagClassName
{
color: #EE497E;
}
</style>
background-color css
<style>
a { background-color: #EE497E; }
a { background-color: rgb(238,73,126); }
div.DivClassName
{
background-color: #EE497E;
}
.BgClassName
{
background-color: #EE497E;
}
</style>
border-color css
<style>
span { border-color: #EE497E; }
span { border-color: rgb(238,73,126); }
td.TdClassName
{
border-color: #EE497E;
}
.TagClassName
{
border-color: #EE497E;
}
</style>