Shades of Dark Pink #EE517D
Tints of Dark Pink #EE517D
RGB
CMYK
RGB Variations
Color information
#EE517D (or 0xEE517D) is known color: Dark Pink. HEX triplet: EE, 51 and 7D. RGB value is (238,81,125). Sum of RGB (Red+Green+Blue) = 238+81+125=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE517D is #11AE82. Grayscale: #848484. Windows color (decimal): -1158787 or 8212974. OLE color: 8212974.
HSL color Cylindrical-coordinate representation of color #EE517D: hue angle of 343.18º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE517D is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 125 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.07 |
| HSL | 343.18º | 0.82% | 0.63% | - |
| HSV(B) | 343.18º | 0.66% | 0.93% | - |
| XYZ | 41.9 | 25.54 | 22.12 | - |
| YUV | 132.96 | 123.51 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 125 | 0 | 0.66 | 0.47 | 0.07 | 343.18 | 0.82 | 0.63 |
| Hex | EE | 51 | 7D | 0 | 42 | 2F | 7 | 157 | 52 | 3F |
| Octal | 356 | 121 | 175 | 0 | 102 | 57 | 7 | 527 | 122 | 77 |
| Binary | 11101110 | 1010001 | 1111101 | 0 | 1000010 | 101111 | 111 | 101010111 | 1010010 | 111111 |
Color Harmonies of #EE517D
Complementary color
Monochromatic Colors of #EE517D
Black with #EE517D
Text Example
Text Example
White with #EE517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE517D; }
p { color: rgb(238,81,125); }
H1.HeaderClassName
{
color: #EE517D;
}
.AnyTagClassName
{
color: #EE517D;
}
</style>
background-color css
<style>
a { background-color: #EE517D; }
a { background-color: rgb(238,81,125); }
div.DivClassName
{
background-color: #EE517D;
}
.BgClassName
{
background-color: #EE517D;
}
</style>
border-color css
<style>
span { border-color: #EE517D; }
span { border-color: rgb(238,81,125); }
td.TdClassName
{
border-color: #EE517D;
}
.TagClassName
{
border-color: #EE517D;
}
</style>