Shades of Dark Pink #EE497F
Tints of Dark Pink #EE497F
RGB
CMYK
RGB Variations
Color information
#EE497F (or 0xEE497F) is known color: Dark Pink. HEX triplet: EE, 49 and 7F. RGB value is (238,73,127). Sum of RGB (Red+Green+Blue) = 238+73+127=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE497F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE497F is #11B680. Grayscale: #808080. Windows color (decimal): -1160833 or 8341998. OLE color: 8341998.
HSL color Cylindrical-coordinate representation of color #EE497F: hue angle of 340.36º 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 #EE497F is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 127 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.07 |
| HSL | 340.36º | 0.83% | 0.61% | - |
| HSV(B) | 340.36º | 0.69% | 0.93% | - |
| XYZ | 41.47 | 24.47 | 22.62 | - |
| YUV | 128.49 | 127.16 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 127 | 0 | 0.69 | 0.47 | 0.07 | 340.36 | 0.83 | 0.61 |
| Hex | EE | 49 | 7F | 0 | 45 | 2F | 7 | 154 | 53 | 3D |
| Octal | 356 | 111 | 177 | 0 | 105 | 57 | 7 | 524 | 123 | 75 |
| Binary | 11101110 | 1001001 | 1111111 | 0 | 1000101 | 101111 | 111 | 101010100 | 1010011 | 111101 |
Color Harmonies of #EE497F
Complementary color
Monochromatic Colors of #EE497F
Black with #EE497F
Text Example
Text Example
White with #EE497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE497F; }
p { color: rgb(238,73,127); }
H1.HeaderClassName
{
color: #EE497F;
}
.AnyTagClassName
{
color: #EE497F;
}
</style>
background-color css
<style>
a { background-color: #EE497F; }
a { background-color: rgb(238,73,127); }
div.DivClassName
{
background-color: #EE497F;
}
.BgClassName
{
background-color: #EE497F;
}
</style>
border-color css
<style>
span { border-color: #EE497F; }
span { border-color: rgb(238,73,127); }
td.TdClassName
{
border-color: #EE497F;
}
.TagClassName
{
border-color: #EE497F;
}
</style>