Shades of Dark Pink #E25582
Tints of Dark Pink #E25582
RGB
CMYK
RGB Variations
Color information
#E25582 (or 0xE25582) is known color: Dark Pink. HEX triplet: E2, 55 and 82. RGB value is (226,85,130). Sum of RGB (Red+Green+Blue) = 226+85+130=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E25582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25582 is #1DAA7D. Grayscale: #848484. Windows color (decimal): -1944190 or 8541666. OLE color: 8541666.
HSL color Cylindrical-coordinate representation of color #E25582: hue angle of 340.85º 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 #E25582 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 130 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.11 |
| HSL | 340.85º | 0.71% | 0.61% | - |
| HSV(B) | 340.85º | 0.62% | 0.89% | - |
| XYZ | 38.64 | 24.28 | 23.77 | - |
| YUV | 132.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 130 | 0 | 0.62 | 0.42 | 0.11 | 340.85 | 0.71 | 0.61 |
| Hex | E2 | 55 | 82 | 0 | 3E | 2A | B | 155 | 47 | 3D |
| Octal | 342 | 125 | 202 | 0 | 76 | 52 | 13 | 525 | 107 | 75 |
| Binary | 11100010 | 1010101 | 10000010 | 0 | 111110 | 101010 | 1011 | 101010101 | 1000111 | 111101 |
Color Harmonies of #E25582
Complementary color
Monochromatic Colors of #E25582
Black with #E25582
Text Example
Text Example
White with #E25582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25582; }
p { color: rgb(226,85,130); }
H1.HeaderClassName
{
color: #E25582;
}
.AnyTagClassName
{
color: #E25582;
}
</style>
background-color css
<style>
a { background-color: #E25582; }
a { background-color: rgb(226,85,130); }
div.DivClassName
{
background-color: #E25582;
}
.BgClassName
{
background-color: #E25582;
}
</style>
border-color css
<style>
span { border-color: #E25582; }
span { border-color: rgb(226,85,130); }
td.TdClassName
{
border-color: #E25582;
}
.TagClassName
{
border-color: #E25582;
}
</style>