Shades of Dark Pink #E25892
Tints of Dark Pink #E25892
RGB
CMYK
RGB Variations
Color information
#E25892 (or 0xE25892) is known color: Dark Pink. HEX triplet: E2, 58 and 92. RGB value is (226,88,146). Sum of RGB (Red+Green+Blue) = 226+88+146=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E25892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25892 is #1DA76D. Grayscale: #878787. Windows color (decimal): -1943406 or 9591010. OLE color: 9591010.
HSL color Cylindrical-coordinate representation of color #E25892: hue angle of 334.78º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25892 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 146 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.11 |
| HSL | 334.78º | 0.7% | 0.62% | - |
| HSV(B) | 334.78º | 0.61% | 0.89% | - |
| XYZ | 40.04 | 25.22 | 29.95 | - |
| YUV | 135.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 146 | 0 | 0.61 | 0.35 | 0.11 | 334.78 | 0.7 | 0.62 |
| Hex | E2 | 58 | 92 | 0 | 3D | 23 | B | 14F | 46 | 3E |
| Octal | 342 | 130 | 222 | 0 | 75 | 43 | 13 | 517 | 106 | 76 |
| Binary | 11100010 | 1011000 | 10010010 | 0 | 111101 | 100011 | 1011 | 101001111 | 1000110 | 111110 |
Color Harmonies of #E25892
Complementary color
Monochromatic Colors of #E25892
Black with #E25892
Text Example
Text Example
White with #E25892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25892; }
p { color: rgb(226,88,146); }
H1.HeaderClassName
{
color: #E25892;
}
.AnyTagClassName
{
color: #E25892;
}
</style>
background-color css
<style>
a { background-color: #E25892; }
a { background-color: rgb(226,88,146); }
div.DivClassName
{
background-color: #E25892;
}
.BgClassName
{
background-color: #E25892;
}
</style>
border-color css
<style>
span { border-color: #E25892; }
span { border-color: rgb(226,88,146); }
td.TdClassName
{
border-color: #E25892;
}
.TagClassName
{
border-color: #E25892;
}
</style>