Shades of Dark Pink #E25A85
Tints of Dark Pink #E25A85
RGB
CMYK
RGB Variations
Color information
#E25A85 (or 0xE25A85) is known color: Dark Pink. HEX triplet: E2, 5A and 85. RGB value is (226,90,133). Sum of RGB (Red+Green+Blue) = 226+90+133=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25A85 is #1DA57A. Grayscale: #878787. Windows color (decimal): -1942907 or 8739554. OLE color: 8739554.
HSL color Cylindrical-coordinate representation of color #E25A85: hue angle of 341.03º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25A85 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 133 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.11 |
| HSL | 341.03º | 0.7% | 0.62% | - |
| HSV(B) | 341.03º | 0.6% | 0.89% | - |
| XYZ | 39.25 | 25.17 | 24.98 | - |
| YUV | 135.57 | 126.56 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 133 | 0 | 0.60 | 0.41 | 0.11 | 341.03 | 0.7 | 0.62 |
| Hex | E2 | 5A | 85 | 0 | 3C | 29 | B | 155 | 46 | 3E |
| Octal | 342 | 132 | 205 | 0 | 74 | 51 | 13 | 525 | 106 | 76 |
| Binary | 11100010 | 1011010 | 10000101 | 0 | 111100 | 101001 | 1011 | 101010101 | 1000110 | 111110 |
Color Harmonies of #E25A85
Complementary color
Monochromatic Colors of #E25A85
Black with #E25A85
Text Example
Text Example
White with #E25A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A85; }
p { color: rgb(226,90,133); }
H1.HeaderClassName
{
color: #E25A85;
}
.AnyTagClassName
{
color: #E25A85;
}
</style>
background-color css
<style>
a { background-color: #E25A85; }
a { background-color: rgb(226,90,133); }
div.DivClassName
{
background-color: #E25A85;
}
.BgClassName
{
background-color: #E25A85;
}
</style>
border-color css
<style>
span { border-color: #E25A85; }
span { border-color: rgb(226,90,133); }
td.TdClassName
{
border-color: #E25A85;
}
.TagClassName
{
border-color: #E25A85;
}
</style>