Shades of Dark Pink #E25878
Tints of Dark Pink #E25878
RGB
CMYK
RGB Variations
Color information
#E25878 (or 0xE25878) is known color: Dark Pink. HEX triplet: E2, 58 and 78. RGB value is (226,88,120). Sum of RGB (Red+Green+Blue) = 226+88+120=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E25878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25878 is #1DA787. Grayscale: #848484. Windows color (decimal): -1943432 or 7887074. OLE color: 7887074.
HSL color Cylindrical-coordinate representation of color #E25878: hue angle of 346.09º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25878 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 120 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.11 |
| HSL | 346.09º | 0.7% | 0.62% | - |
| HSV(B) | 346.09º | 0.61% | 0.89% | - |
| XYZ | 38.24 | 24.5 | 20.48 | - |
| YUV | 132.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 120 | 0 | 0.61 | 0.47 | 0.11 | 346.09 | 0.7 | 0.62 |
| Hex | E2 | 58 | 78 | 0 | 3D | 2F | B | 15A | 46 | 3E |
| Octal | 342 | 130 | 170 | 0 | 75 | 57 | 13 | 532 | 106 | 76 |
| Binary | 11100010 | 1011000 | 1111000 | 0 | 111101 | 101111 | 1011 | 101011010 | 1000110 | 111110 |
Color Harmonies of #E25878
Complementary color
Monochromatic Colors of #E25878
Black with #E25878
Text Example
Text Example
White with #E25878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25878; }
p { color: rgb(226,88,120); }
H1.HeaderClassName
{
color: #E25878;
}
.AnyTagClassName
{
color: #E25878;
}
</style>
background-color css
<style>
a { background-color: #E25878; }
a { background-color: rgb(226,88,120); }
div.DivClassName
{
background-color: #E25878;
}
.BgClassName
{
background-color: #E25878;
}
</style>
border-color css
<style>
span { border-color: #E25878; }
span { border-color: rgb(226,88,120); }
td.TdClassName
{
border-color: #E25878;
}
.TagClassName
{
border-color: #E25878;
}
</style>