Shades of Dark Pink #E25388
Tints of Dark Pink #E25388
RGB
CMYK
RGB Variations
Color information
#E25388 (or 0xE25388) is known color: Dark Pink. HEX triplet: E2, 53 and 88. RGB value is (226,83,136). Sum of RGB (Red+Green+Blue) = 226+83+136=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E25388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25388 is #1DAC77. Grayscale: #838383. Windows color (decimal): -1944696 or 8934370. OLE color: 8934370.
HSL color Cylindrical-coordinate representation of color #E25388: hue angle of 337.76º 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 #E25388 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 136 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.11 |
| HSL | 337.76º | 0.71% | 0.61% | - |
| HSV(B) | 337.76º | 0.63% | 0.89% | - |
| XYZ | 38.9 | 24.13 | 25.9 | - |
| YUV | 131.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 136 | 0 | 0.63 | 0.40 | 0.11 | 337.76 | 0.71 | 0.61 |
| Hex | E2 | 53 | 88 | 0 | 3F | 28 | B | 152 | 47 | 3D |
| Octal | 342 | 123 | 210 | 0 | 77 | 50 | 13 | 522 | 107 | 75 |
| Binary | 11100010 | 1010011 | 10001000 | 0 | 111111 | 101000 | 1011 | 101010010 | 1000111 | 111101 |
Color Harmonies of #E25388
Complementary color
Monochromatic Colors of #E25388
Black with #E25388
Text Example
Text Example
White with #E25388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25388; }
p { color: rgb(226,83,136); }
H1.HeaderClassName
{
color: #E25388;
}
.AnyTagClassName
{
color: #E25388;
}
</style>
background-color css
<style>
a { background-color: #E25388; }
a { background-color: rgb(226,83,136); }
div.DivClassName
{
background-color: #E25388;
}
.BgClassName
{
background-color: #E25388;
}
</style>
border-color css
<style>
span { border-color: #E25388; }
span { border-color: rgb(226,83,136); }
td.TdClassName
{
border-color: #E25388;
}
.TagClassName
{
border-color: #E25388;
}
</style>