Shades of Dark Pink #E25585
Tints of Dark Pink #E25585
RGB
CMYK
RGB Variations
Color information
#E25585 (or 0xE25585) is known color: Dark Pink. HEX triplet: E2, 55 and 85. RGB value is (226,85,133). Sum of RGB (Red+Green+Blue) = 226+85+133=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E25585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25585 is #1DAA7A. Grayscale: #848484. Windows color (decimal): -1944187 or 8738274. OLE color: 8738274.
HSL color Cylindrical-coordinate representation of color #E25585: hue angle of 339.57º 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 #E25585 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 133 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.11 |
| HSL | 339.57º | 0.71% | 0.61% | - |
| HSV(B) | 339.57º | 0.62% | 0.89% | - |
| XYZ | 38.85 | 24.36 | 24.84 | - |
| YUV | 132.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 133 | 0 | 0.62 | 0.41 | 0.11 | 339.57 | 0.71 | 0.61 |
| Hex | E2 | 55 | 85 | 0 | 3E | 29 | B | 154 | 47 | 3D |
| Octal | 342 | 125 | 205 | 0 | 76 | 51 | 13 | 524 | 107 | 75 |
| Binary | 11100010 | 1010101 | 10000101 | 0 | 111110 | 101001 | 1011 | 101010100 | 1000111 | 111101 |
Color Harmonies of #E25585
Complementary color
Monochromatic Colors of #E25585
Black with #E25585
Text Example
Text Example
White with #E25585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25585; }
p { color: rgb(226,85,133); }
H1.HeaderClassName
{
color: #E25585;
}
.AnyTagClassName
{
color: #E25585;
}
</style>
background-color css
<style>
a { background-color: #E25585; }
a { background-color: rgb(226,85,133); }
div.DivClassName
{
background-color: #E25585;
}
.BgClassName
{
background-color: #E25585;
}
</style>
border-color css
<style>
span { border-color: #E25585; }
span { border-color: rgb(226,85,133); }
td.TdClassName
{
border-color: #E25585;
}
.TagClassName
{
border-color: #E25585;
}
</style>