Shades of Dark Pink #E25D8A
Tints of Dark Pink #E25D8A
RGB
CMYK
RGB Variations
Color information
#E25D8A (or 0xE25D8A) is known color: Dark Pink. HEX triplet: E2, 5D and 8A. RGB value is (226,93,138). Sum of RGB (Red+Green+Blue) = 226+93+138=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D8A is #1DA275. Grayscale: #898989. Windows color (decimal): -1942134 or 9068002. OLE color: 9068002.
HSL color Cylindrical-coordinate representation of color #E25D8A: hue angle of 339.7º 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 #E25D8A is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 138 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.11 |
| HSL | 339.7º | 0.7% | 0.63% | - |
| HSV(B) | 339.7º | 0.59% | 0.89% | - |
| XYZ | 39.87 | 25.83 | 26.93 | - |
| YUV | 137.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 138 | 0 | 0.59 | 0.39 | 0.11 | 339.7 | 0.7 | 0.63 |
| Hex | E2 | 5D | 8A | 0 | 3B | 27 | B | 154 | 46 | 3F |
| Octal | 342 | 135 | 212 | 0 | 73 | 47 | 13 | 524 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10001010 | 0 | 111011 | 100111 | 1011 | 101010100 | 1000110 | 111111 |
Color Harmonies of #E25D8A
Complementary color
Monochromatic Colors of #E25D8A
Black with #E25D8A
Text Example
Text Example
White with #E25D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D8A; }
p { color: rgb(226,93,138); }
H1.HeaderClassName
{
color: #E25D8A;
}
.AnyTagClassName
{
color: #E25D8A;
}
</style>
background-color css
<style>
a { background-color: #E25D8A; }
a { background-color: rgb(226,93,138); }
div.DivClassName
{
background-color: #E25D8A;
}
.BgClassName
{
background-color: #E25D8A;
}
</style>
border-color css
<style>
span { border-color: #E25D8A; }
span { border-color: rgb(226,93,138); }
td.TdClassName
{
border-color: #E25D8A;
}
.TagClassName
{
border-color: #E25D8A;
}
</style>