Shades of Dark Pink #E25782
Tints of Dark Pink #E25782
RGB
CMYK
RGB Variations
Color information
#E25782 (or 0xE25782) is known color: Dark Pink. HEX triplet: E2, 57 and 82. RGB value is (226,87,130). Sum of RGB (Red+Green+Blue) = 226+87+130=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E25782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25782 is #1DA87D. Grayscale: #858585. Windows color (decimal): -1943678 or 8542178. OLE color: 8542178.
HSL color Cylindrical-coordinate representation of color #E25782: hue angle of 341.44º 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 #E25782 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 130 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.11 |
| HSL | 341.44º | 0.71% | 0.61% | - |
| HSV(B) | 341.44º | 0.62% | 0.89% | - |
| XYZ | 38.8 | 24.6 | 23.82 | - |
| YUV | 133.46 | 126.05 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 130 | 0 | 0.62 | 0.42 | 0.11 | 341.44 | 0.71 | 0.61 |
| Hex | E2 | 57 | 82 | 0 | 3E | 2A | B | 155 | 47 | 3D |
| Octal | 342 | 127 | 202 | 0 | 76 | 52 | 13 | 525 | 107 | 75 |
| Binary | 11100010 | 1010111 | 10000010 | 0 | 111110 | 101010 | 1011 | 101010101 | 1000111 | 111101 |
Color Harmonies of #E25782
Complementary color
Monochromatic Colors of #E25782
Black with #E25782
Text Example
Text Example
White with #E25782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25782; }
p { color: rgb(226,87,130); }
H1.HeaderClassName
{
color: #E25782;
}
.AnyTagClassName
{
color: #E25782;
}
</style>
background-color css
<style>
a { background-color: #E25782; }
a { background-color: rgb(226,87,130); }
div.DivClassName
{
background-color: #E25782;
}
.BgClassName
{
background-color: #E25782;
}
</style>
border-color css
<style>
span { border-color: #E25782; }
span { border-color: rgb(226,87,130); }
td.TdClassName
{
border-color: #E25782;
}
.TagClassName
{
border-color: #E25782;
}
</style>