Shades of Dark Pink #E2538A
Tints of Dark Pink #E2538A
RGB
CMYK
RGB Variations
Color information
#E2538A (or 0xE2538A) is known color: Dark Pink. HEX triplet: E2, 53 and 8A. RGB value is (226,83,138). Sum of RGB (Red+Green+Blue) = 226+83+138=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2538A is #1DAC75. Grayscale: #838383. Windows color (decimal): -1944694 or 9065442. OLE color: 9065442.
HSL color Cylindrical-coordinate representation of color #E2538A: hue angle of 336.92º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2538A is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 138 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.11 |
| HSL | 336.92º | 0.71% | 0.61% | - |
| HSV(B) | 336.92º | 0.63% | 0.89% | - |
| XYZ | 39.04 | 24.19 | 26.66 | - |
| YUV | 132.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 138 | 0 | 0.63 | 0.39 | 0.11 | 336.92 | 0.71 | 0.61 |
| Hex | E2 | 53 | 8A | 0 | 3F | 27 | B | 151 | 47 | 3D |
| Octal | 342 | 123 | 212 | 0 | 77 | 47 | 13 | 521 | 107 | 75 |
| Binary | 11100010 | 1010011 | 10001010 | 0 | 111111 | 100111 | 1011 | 101010001 | 1000111 | 111101 |
Color Harmonies of #E2538A
Complementary color
Monochromatic Colors of #E2538A
Black with #E2538A
Text Example
Text Example
White with #E2538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2538A; }
p { color: rgb(226,83,138); }
H1.HeaderClassName
{
color: #E2538A;
}
.AnyTagClassName
{
color: #E2538A;
}
</style>
background-color css
<style>
a { background-color: #E2538A; }
a { background-color: rgb(226,83,138); }
div.DivClassName
{
background-color: #E2538A;
}
.BgClassName
{
background-color: #E2538A;
}
</style>
border-color css
<style>
span { border-color: #E2538A; }
span { border-color: rgb(226,83,138); }
td.TdClassName
{
border-color: #E2538A;
}
.TagClassName
{
border-color: #E2538A;
}
</style>