Shades of Dark Pink #EE5181
Tints of Dark Pink #EE5181
RGB
CMYK
RGB Variations
Color information
#EE5181 (or 0xEE5181) is known color: Dark Pink. HEX triplet: EE, 51 and 81. RGB value is (238,81,129). Sum of RGB (Red+Green+Blue) = 238+81+129=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5181 is #11AE7E. Grayscale: #858585. Windows color (decimal): -1158783 or 8475118. OLE color: 8475118.
HSL color Cylindrical-coordinate representation of color #EE5181: hue angle of 341.66º 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 #EE5181 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 129 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.07 |
| HSL | 341.66º | 0.82% | 0.63% | - |
| HSV(B) | 341.66º | 0.66% | 0.93% | - |
| XYZ | 42.16 | 25.65 | 23.5 | - |
| YUV | 133.42 | 125.51 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 129 | 0 | 0.66 | 0.46 | 0.07 | 341.66 | 0.82 | 0.63 |
| Hex | EE | 51 | 81 | 0 | 42 | 2E | 7 | 156 | 52 | 3F |
| Octal | 356 | 121 | 201 | 0 | 102 | 56 | 7 | 526 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10000001 | 0 | 1000010 | 101110 | 111 | 101010110 | 1010010 | 111111 |
Color Harmonies of #EE5181
Complementary color
Monochromatic Colors of #EE5181
Black with #EE5181
Text Example
Text Example
White with #EE5181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5181; }
p { color: rgb(238,81,129); }
H1.HeaderClassName
{
color: #EE5181;
}
.AnyTagClassName
{
color: #EE5181;
}
</style>
background-color css
<style>
a { background-color: #EE5181; }
a { background-color: rgb(238,81,129); }
div.DivClassName
{
background-color: #EE5181;
}
.BgClassName
{
background-color: #EE5181;
}
</style>
border-color css
<style>
span { border-color: #EE5181; }
span { border-color: rgb(238,81,129); }
td.TdClassName
{
border-color: #EE5181;
}
.TagClassName
{
border-color: #EE5181;
}
</style>