Shades of Dark Pink #EE5081
Tints of Dark Pink #EE5081
RGB
CMYK
RGB Variations
Color information
#EE5081 (or 0xEE5081) is known color: Dark Pink. HEX triplet: EE, 50 and 81. RGB value is (238,80,129). Sum of RGB (Red+Green+Blue) = 238+80+129=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5081 is #11AF7E. Grayscale: #848484. Windows color (decimal): -1159039 or 8474862. OLE color: 8474862.
HSL color Cylindrical-coordinate representation of color #EE5081: hue angle of 341.39º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5081 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 129 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.07 |
| HSL | 341.39º | 0.82% | 0.62% | - |
| HSV(B) | 341.39º | 0.66% | 0.93% | - |
| XYZ | 42.09 | 25.5 | 23.47 | - |
| YUV | 132.83 | 125.85 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 129 | 0 | 0.66 | 0.46 | 0.07 | 341.39 | 0.82 | 0.62 |
| Hex | EE | 50 | 81 | 0 | 42 | 2E | 7 | 155 | 52 | 3E |
| Octal | 356 | 120 | 201 | 0 | 102 | 56 | 7 | 525 | 122 | 76 |
| Binary | 11101110 | 1010000 | 10000001 | 0 | 1000010 | 101110 | 111 | 101010101 | 1010010 | 111110 |
Color Harmonies of #EE5081
Complementary color
Monochromatic Colors of #EE5081
Black with #EE5081
Text Example
Text Example
White with #EE5081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5081; }
p { color: rgb(238,80,129); }
H1.HeaderClassName
{
color: #EE5081;
}
.AnyTagClassName
{
color: #EE5081;
}
</style>
background-color css
<style>
a { background-color: #EE5081; }
a { background-color: rgb(238,80,129); }
div.DivClassName
{
background-color: #EE5081;
}
.BgClassName
{
background-color: #EE5081;
}
</style>
border-color css
<style>
span { border-color: #EE5081; }
span { border-color: rgb(238,80,129); }
td.TdClassName
{
border-color: #EE5081;
}
.TagClassName
{
border-color: #EE5081;
}
</style>