Shades of Dark Pink #E05892
Tints of Dark Pink #E05892
RGB
CMYK
RGB Variations
Color information
#E05892 (or 0xE05892) is known color: Dark Pink. HEX triplet: E0, 58 and 92. RGB value is (224,88,146). Sum of RGB (Red+Green+Blue) = 224+88+146=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E05892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05892 is #1FA76D. Grayscale: #878787. Windows color (decimal): -2074478 or 9591008. OLE color: 9591008.
HSL color Cylindrical-coordinate representation of color #E05892: hue angle of 334.41º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E05892 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 146 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.12 |
| HSL | 334.41º | 0.69% | 0.61% | - |
| HSV(B) | 334.41º | 0.61% | 0.88% | - |
| XYZ | 39.42 | 24.9 | 29.92 | - |
| YUV | 135.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 146 | 0 | 0.61 | 0.35 | 0.12 | 334.41 | 0.69 | 0.61 |
| Hex | E0 | 58 | 92 | 0 | 3D | 23 | C | 14E | 45 | 3D |
| Octal | 340 | 130 | 222 | 0 | 75 | 43 | 14 | 516 | 105 | 75 |
| Binary | 11100000 | 1011000 | 10010010 | 0 | 111101 | 100011 | 1100 | 101001110 | 1000101 | 111101 |
Color Harmonies of #E05892
Complementary color
Monochromatic Colors of #E05892
Black with #E05892
Text Example
Text Example
White with #E05892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05892; }
p { color: rgb(224,88,146); }
H1.HeaderClassName
{
color: #E05892;
}
.AnyTagClassName
{
color: #E05892;
}
</style>
background-color css
<style>
a { background-color: #E05892; }
a { background-color: rgb(224,88,146); }
div.DivClassName
{
background-color: #E05892;
}
.BgClassName
{
background-color: #E05892;
}
</style>
border-color css
<style>
span { border-color: #E05892; }
span { border-color: rgb(224,88,146); }
td.TdClassName
{
border-color: #E05892;
}
.TagClassName
{
border-color: #E05892;
}
</style>