Shades of Dark Pink #E25088
Tints of Dark Pink #E25088
RGB
CMYK
RGB Variations
Color information
#E25088 (or 0xE25088) is known color: Dark Pink. HEX triplet: E2, 50 and 88. RGB value is (226,80,136). Sum of RGB (Red+Green+Blue) = 226+80+136=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E25088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25088 is #1DAF77. Grayscale: #818181. Windows color (decimal): -1945464 or 8933602. OLE color: 8933602.
HSL color Cylindrical-coordinate representation of color #E25088: hue angle of 336.99º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E25088 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 136 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.11 |
| HSL | 336.99º | 0.72% | 0.6% | - |
| HSV(B) | 336.99º | 0.65% | 0.89% | - |
| XYZ | 38.68 | 23.68 | 25.83 | - |
| YUV | 130.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 136 | 0 | 0.65 | 0.40 | 0.11 | 336.99 | 0.72 | 0.6 |
| Hex | E2 | 50 | 88 | 0 | 41 | 28 | B | 151 | 48 | 3C |
| Octal | 342 | 120 | 210 | 0 | 101 | 50 | 13 | 521 | 110 | 74 |
| Binary | 11100010 | 1010000 | 10001000 | 0 | 1000001 | 101000 | 1011 | 101010001 | 1001000 | 111100 |
Color Harmonies of #E25088
Complementary color
Monochromatic Colors of #E25088
Black with #E25088
Text Example
Text Example
White with #E25088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25088; }
p { color: rgb(226,80,136); }
H1.HeaderClassName
{
color: #E25088;
}
.AnyTagClassName
{
color: #E25088;
}
</style>
background-color css
<style>
a { background-color: #E25088; }
a { background-color: rgb(226,80,136); }
div.DivClassName
{
background-color: #E25088;
}
.BgClassName
{
background-color: #E25088;
}
</style>
border-color css
<style>
span { border-color: #E25088; }
span { border-color: rgb(226,80,136); }
td.TdClassName
{
border-color: #E25088;
}
.TagClassName
{
border-color: #E25088;
}
</style>