Shades of Dark Pink #E25985
Tints of Dark Pink #E25985
RGB
CMYK
RGB Variations
Color information
#E25985 (or 0xE25985) is known color: Dark Pink. HEX triplet: E2, 59 and 85. RGB value is (226,89,133). Sum of RGB (Red+Green+Blue) = 226+89+133=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E25985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25985 is #1DA67A. Grayscale: #868686. Windows color (decimal): -1943163 or 8739298. OLE color: 8739298.
HSL color Cylindrical-coordinate representation of color #E25985: hue angle of 340.73º 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 #E25985 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 133 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.11 |
| HSL | 340.73º | 0.7% | 0.62% | - |
| HSV(B) | 340.73º | 0.61% | 0.89% | - |
| XYZ | 39.17 | 25.01 | 24.95 | - |
| YUV | 134.98 | 126.89 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 133 | 0 | 0.61 | 0.41 | 0.11 | 340.73 | 0.7 | 0.62 |
| Hex | E2 | 59 | 85 | 0 | 3D | 29 | B | 155 | 46 | 3E |
| Octal | 342 | 131 | 205 | 0 | 75 | 51 | 13 | 525 | 106 | 76 |
| Binary | 11100010 | 1011001 | 10000101 | 0 | 111101 | 101001 | 1011 | 101010101 | 1000110 | 111110 |
Color Harmonies of #E25985
Complementary color
Monochromatic Colors of #E25985
Black with #E25985
Text Example
Text Example
White with #E25985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25985; }
p { color: rgb(226,89,133); }
H1.HeaderClassName
{
color: #E25985;
}
.AnyTagClassName
{
color: #E25985;
}
</style>
background-color css
<style>
a { background-color: #E25985; }
a { background-color: rgb(226,89,133); }
div.DivClassName
{
background-color: #E25985;
}
.BgClassName
{
background-color: #E25985;
}
</style>
border-color css
<style>
span { border-color: #E25985; }
span { border-color: rgb(226,89,133); }
td.TdClassName
{
border-color: #E25985;
}
.TagClassName
{
border-color: #E25985;
}
</style>