Shades of Dark Pink #E0538A
Tints of Dark Pink #E0538A
RGB
CMYK
RGB Variations
Color information
#E0538A (or 0xE0538A) is known color: Dark Pink. HEX triplet: E0, 53 and 8A. RGB value is (224,83,138). Sum of RGB (Red+Green+Blue) = 224+83+138=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0538A is #1FAC75. Grayscale: #838383. Windows color (decimal): -2075766 or 9065440. OLE color: 9065440.
HSL color Cylindrical-coordinate representation of color #E0538A: hue angle of 336.6º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0538A is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 138 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.12 |
| HSL | 336.6º | 0.69% | 0.6% | - |
| HSV(B) | 336.6º | 0.63% | 0.88% | - |
| XYZ | 38.42 | 23.87 | 26.63 | - |
| YUV | 131.43 | 131.71 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 138 | 0 | 0.63 | 0.38 | 0.12 | 336.6 | 0.69 | 0.6 |
| Hex | E0 | 53 | 8A | 0 | 3F | 26 | C | 151 | 45 | 3C |
| Octal | 340 | 123 | 212 | 0 | 77 | 46 | 14 | 521 | 105 | 74 |
| Binary | 11100000 | 1010011 | 10001010 | 0 | 111111 | 100110 | 1100 | 101010001 | 1000101 | 111100 |
Color Harmonies of #E0538A
Complementary color
Monochromatic Colors of #E0538A
Black with #E0538A
Text Example
Text Example
White with #E0538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0538A; }
p { color: rgb(224,83,138); }
H1.HeaderClassName
{
color: #E0538A;
}
.AnyTagClassName
{
color: #E0538A;
}
</style>
background-color css
<style>
a { background-color: #E0538A; }
a { background-color: rgb(224,83,138); }
div.DivClassName
{
background-color: #E0538A;
}
.BgClassName
{
background-color: #E0538A;
}
</style>
border-color css
<style>
span { border-color: #E0538A; }
span { border-color: rgb(224,83,138); }
td.TdClassName
{
border-color: #E0538A;
}
.TagClassName
{
border-color: #E0538A;
}
</style>