Shades of Dark Pink #E25D8B
Tints of Dark Pink #E25D8B
RGB
CMYK
RGB Variations
Color information
#E25D8B (or 0xE25D8B) is known color: Dark Pink. HEX triplet: E2, 5D and 8B. RGB value is (226,93,139). Sum of RGB (Red+Green+Blue) = 226+93+139=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D8B is #1DA274. Grayscale: #898989. Windows color (decimal): -1942133 or 9133538. OLE color: 9133538.
HSL color Cylindrical-coordinate representation of color #E25D8B: hue angle of 339.25º 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 #E25D8B is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 139 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.11 |
| HSL | 339.25º | 0.7% | 0.63% | - |
| HSV(B) | 339.25º | 0.59% | 0.89% | - |
| XYZ | 39.94 | 25.86 | 27.31 | - |
| YUV | 138.01 | 128.56 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 139 | 0 | 0.59 | 0.38 | 0.11 | 339.25 | 0.7 | 0.63 |
| Hex | E2 | 5D | 8B | 0 | 3B | 26 | B | 153 | 46 | 3F |
| Octal | 342 | 135 | 213 | 0 | 73 | 46 | 13 | 523 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10001011 | 0 | 111011 | 100110 | 1011 | 101010011 | 1000110 | 111111 |
Color Harmonies of #E25D8B
Complementary color
Monochromatic Colors of #E25D8B
Black with #E25D8B
Text Example
Text Example
White with #E25D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D8B; }
p { color: rgb(226,93,139); }
H1.HeaderClassName
{
color: #E25D8B;
}
.AnyTagClassName
{
color: #E25D8B;
}
</style>
background-color css
<style>
a { background-color: #E25D8B; }
a { background-color: rgb(226,93,139); }
div.DivClassName
{
background-color: #E25D8B;
}
.BgClassName
{
background-color: #E25D8B;
}
</style>
border-color css
<style>
span { border-color: #E25D8B; }
span { border-color: rgb(226,93,139); }
td.TdClassName
{
border-color: #E25D8B;
}
.TagClassName
{
border-color: #E25D8B;
}
</style>