Shades of Dark Pink #E5538B
Tints of Dark Pink #E5538B
RGB
CMYK
RGB Variations
Color information
#E5538B (or 0xE5538B) is known color: Dark Pink. HEX triplet: E5, 53 and 8B. RGB value is (229,83,139). Sum of RGB (Red+Green+Blue) = 229+83+139=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5538B is #1AAC74. Grayscale: #848484. Windows color (decimal): -1748085 or 9130981. OLE color: 9130981.
HSL color Cylindrical-coordinate representation of color #E5538B: hue angle of 336.99º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5538B is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 139 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.10 |
| HSL | 336.99º | 0.74% | 0.61% | - |
| HSV(B) | 336.99º | 0.64% | 0.9% | - |
| XYZ | 40.07 | 24.71 | 27.08 | - |
| YUV | 133.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 139 | 0 | 0.64 | 0.39 | 0.10 | 336.99 | 0.74 | 0.61 |
| Hex | E5 | 53 | 8B | 0 | 40 | 27 | A | 151 | 4A | 3D |
| Octal | 345 | 123 | 213 | 0 | 100 | 47 | 12 | 521 | 112 | 75 |
| Binary | 11100101 | 1010011 | 10001011 | 0 | 1000000 | 100111 | 1010 | 101010001 | 1001010 | 111101 |
Color Harmonies of #E5538B
Complementary color
Monochromatic Colors of #E5538B
Black with #E5538B
Text Example
Text Example
White with #E5538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5538B; }
p { color: rgb(229,83,139); }
H1.HeaderClassName
{
color: #E5538B;
}
.AnyTagClassName
{
color: #E5538B;
}
</style>
background-color css
<style>
a { background-color: #E5538B; }
a { background-color: rgb(229,83,139); }
div.DivClassName
{
background-color: #E5538B;
}
.BgClassName
{
background-color: #E5538B;
}
</style>
border-color css
<style>
span { border-color: #E5538B; }
span { border-color: rgb(229,83,139); }
td.TdClassName
{
border-color: #E5538B;
}
.TagClassName
{
border-color: #E5538B;
}
</style>