Shades of Dark Pink #E25696
Tints of Dark Pink #E25696
RGB
CMYK
RGB Variations
Color information
#E25696 (or 0xE25696) is known color: Dark Pink. HEX triplet: E2, 56 and 96. RGB value is (226,86,150). Sum of RGB (Red+Green+Blue) = 226+86+150=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E25696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25696 is #1DA969. Grayscale: #878787. Windows color (decimal): -1943914 or 9852642. OLE color: 9852642.
HSL color Cylindrical-coordinate representation of color #E25696: hue angle of 332.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 #E25696 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 150 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.11 |
| HSL | 332.57º | 0.71% | 0.61% | - |
| HSV(B) | 332.57º | 0.62% | 0.89% | - |
| XYZ | 40.2 | 25.03 | 31.57 | - |
| YUV | 135.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 150 | 0 | 0.62 | 0.34 | 0.11 | 332.57 | 0.71 | 0.61 |
| Hex | E2 | 56 | 96 | 0 | 3E | 22 | B | 14D | 47 | 3D |
| Octal | 342 | 126 | 226 | 0 | 76 | 42 | 13 | 515 | 107 | 75 |
| Binary | 11100010 | 1010110 | 10010110 | 0 | 111110 | 100010 | 1011 | 101001101 | 1000111 | 111101 |
Color Harmonies of #E25696
Complementary color
Monochromatic Colors of #E25696
Black with #E25696
Text Example
Text Example
White with #E25696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25696; }
p { color: rgb(226,86,150); }
H1.HeaderClassName
{
color: #E25696;
}
.AnyTagClassName
{
color: #E25696;
}
</style>
background-color css
<style>
a { background-color: #E25696; }
a { background-color: rgb(226,86,150); }
div.DivClassName
{
background-color: #E25696;
}
.BgClassName
{
background-color: #E25696;
}
</style>
border-color css
<style>
span { border-color: #E25696; }
span { border-color: rgb(226,86,150); }
td.TdClassName
{
border-color: #E25696;
}
.TagClassName
{
border-color: #E25696;
}
</style>