Shades of Dark Pink #E85181
Tints of Dark Pink #E85181
RGB
CMYK
RGB Variations
Color information
#E85181 (or 0xE85181) is known color: Dark Pink. HEX triplet: E8, 51 and 81. RGB value is (232,81,129). Sum of RGB (Red+Green+Blue) = 232+81+129=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E85181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85181 is #17AE7E. Grayscale: #838383. Windows color (decimal): -1551999 or 8475112. OLE color: 8475112.
HSL color Cylindrical-coordinate representation of color #E85181: hue angle of 340.93º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85181 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 129 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.09 |
| HSL | 340.93º | 0.77% | 0.61% | - |
| HSV(B) | 340.93º | 0.65% | 0.91% | - |
| XYZ | 40.18 | 24.63 | 23.4 | - |
| YUV | 131.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 129 | 0 | 0.65 | 0.44 | 0.09 | 340.93 | 0.77 | 0.61 |
| Hex | E8 | 51 | 81 | 0 | 41 | 2C | 9 | 155 | 4D | 3D |
| Octal | 350 | 121 | 201 | 0 | 101 | 54 | 11 | 525 | 115 | 75 |
| Binary | 11101000 | 1010001 | 10000001 | 0 | 1000001 | 101100 | 1001 | 101010101 | 1001101 | 111101 |
Color Harmonies of #E85181
Complementary color
Monochromatic Colors of #E85181
Black with #E85181
Text Example
Text Example
White with #E85181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85181; }
p { color: rgb(232,81,129); }
H1.HeaderClassName
{
color: #E85181;
}
.AnyTagClassName
{
color: #E85181;
}
</style>
background-color css
<style>
a { background-color: #E85181; }
a { background-color: rgb(232,81,129); }
div.DivClassName
{
background-color: #E85181;
}
.BgClassName
{
background-color: #E85181;
}
</style>
border-color css
<style>
span { border-color: #E85181; }
span { border-color: rgb(232,81,129); }
td.TdClassName
{
border-color: #E85181;
}
.TagClassName
{
border-color: #E85181;
}
</style>