Shades of Dark Pink #E8538B
Tints of Dark Pink #E8538B
RGB
CMYK
RGB Variations
Color information
#E8538B (or 0xE8538B) is known color: Dark Pink. HEX triplet: E8, 53 and 8B. RGB value is (232,83,139). Sum of RGB (Red+Green+Blue) = 232+83+139=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E8538B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8538B is #17AC74. Grayscale: #858585. Windows color (decimal): -1551477 or 9130984. OLE color: 9130984.
HSL color Cylindrical-coordinate representation of color #E8538B: hue angle of 337.45º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E8538B is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 139 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.09 |
| HSL | 337.45º | 0.76% | 0.62% | - |
| HSV(B) | 337.45º | 0.64% | 0.91% | - |
| XYZ | 41.03 | 25.21 | 27.13 | - |
| YUV | 133.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 139 | 0 | 0.64 | 0.40 | 0.09 | 337.45 | 0.76 | 0.62 |
| Hex | E8 | 53 | 8B | 0 | 40 | 28 | 9 | 151 | 4C | 3E |
| Octal | 350 | 123 | 213 | 0 | 100 | 50 | 11 | 521 | 114 | 76 |
| Binary | 11101000 | 1010011 | 10001011 | 0 | 1000000 | 101000 | 1001 | 101010001 | 1001100 | 111110 |
Color Harmonies of #E8538B
Complementary color
Monochromatic Colors of #E8538B
Black with #E8538B
Text Example
Text Example
White with #E8538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8538B; }
p { color: rgb(232,83,139); }
H1.HeaderClassName
{
color: #E8538B;
}
.AnyTagClassName
{
color: #E8538B;
}
</style>
background-color css
<style>
a { background-color: #E8538B; }
a { background-color: rgb(232,83,139); }
div.DivClassName
{
background-color: #E8538B;
}
.BgClassName
{
background-color: #E8538B;
}
</style>
border-color css
<style>
span { border-color: #E8538B; }
span { border-color: rgb(232,83,139); }
td.TdClassName
{
border-color: #E8538B;
}
.TagClassName
{
border-color: #E8538B;
}
</style>