Shades of Dark Pink #E25588
Tints of Dark Pink #E25588
RGB
CMYK
RGB Variations
Color information
#E25588 (or 0xE25588) is known color: Dark Pink. HEX triplet: E2, 55 and 88. RGB value is (226,85,136). Sum of RGB (Red+Green+Blue) = 226+85+136=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E25588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25588 is #1DAA77. Grayscale: #848484. Windows color (decimal): -1944184 or 8934882. OLE color: 8934882.
HSL color Cylindrical-coordinate representation of color #E25588: hue angle of 338.3º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25588 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 136 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.11 |
| HSL | 338.3º | 0.71% | 0.61% | - |
| HSV(B) | 338.3º | 0.62% | 0.89% | - |
| XYZ | 39.06 | 24.44 | 25.95 | - |
| YUV | 132.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 136 | 0 | 0.62 | 0.40 | 0.11 | 338.3 | 0.71 | 0.61 |
| Hex | E2 | 55 | 88 | 0 | 3E | 28 | B | 152 | 47 | 3D |
| Octal | 342 | 125 | 210 | 0 | 76 | 50 | 13 | 522 | 107 | 75 |
| Binary | 11100010 | 1010101 | 10001000 | 0 | 111110 | 101000 | 1011 | 101010010 | 1000111 | 111101 |
Color Harmonies of #E25588
Complementary color
Monochromatic Colors of #E25588
Black with #E25588
Text Example
Text Example
White with #E25588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25588; }
p { color: rgb(226,85,136); }
H1.HeaderClassName
{
color: #E25588;
}
.AnyTagClassName
{
color: #E25588;
}
</style>
background-color css
<style>
a { background-color: #E25588; }
a { background-color: rgb(226,85,136); }
div.DivClassName
{
background-color: #E25588;
}
.BgClassName
{
background-color: #E25588;
}
</style>
border-color css
<style>
span { border-color: #E25588; }
span { border-color: rgb(226,85,136); }
td.TdClassName
{
border-color: #E25588;
}
.TagClassName
{
border-color: #E25588;
}
</style>