Shades of Dark Pink #E25D90
Tints of Dark Pink #E25D90
RGB
CMYK
RGB Variations
Color information
#E25D90 (or 0xE25D90) is known color: Dark Pink. HEX triplet: E2, 5D and 90. RGB value is (226,93,144). Sum of RGB (Red+Green+Blue) = 226+93+144=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D90 is #1DA26F. Grayscale: #8A8A8A. Windows color (decimal): -1942128 or 9461218. OLE color: 9461218.
HSL color Cylindrical-coordinate representation of color #E25D90: hue angle of 336.99º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25D90 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 144 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.11 |
| HSL | 336.99º | 0.7% | 0.63% | - |
| HSV(B) | 336.99º | 0.59% | 0.89% | - |
| XYZ | 40.31 | 26.01 | 29.28 | - |
| YUV | 138.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 144 | 0 | 0.59 | 0.36 | 0.11 | 336.99 | 0.7 | 0.63 |
| Hex | E2 | 5D | 90 | 0 | 3B | 24 | B | 151 | 46 | 3F |
| Octal | 342 | 135 | 220 | 0 | 73 | 44 | 13 | 521 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10010000 | 0 | 111011 | 100100 | 1011 | 101010001 | 1000110 | 111111 |
Color Harmonies of #E25D90
Complementary color
Monochromatic Colors of #E25D90
Black with #E25D90
Text Example
Text Example
White with #E25D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D90; }
p { color: rgb(226,93,144); }
H1.HeaderClassName
{
color: #E25D90;
}
.AnyTagClassName
{
color: #E25D90;
}
</style>
background-color css
<style>
a { background-color: #E25D90; }
a { background-color: rgb(226,93,144); }
div.DivClassName
{
background-color: #E25D90;
}
.BgClassName
{
background-color: #E25D90;
}
</style>
border-color css
<style>
span { border-color: #E25D90; }
span { border-color: rgb(226,93,144); }
td.TdClassName
{
border-color: #E25D90;
}
.TagClassName
{
border-color: #E25D90;
}
</style>