Shades of Dark Pink #E05682
Tints of Dark Pink #E05682
RGB
CMYK
RGB Variations
Color information
#E05682 (or 0xE05682) is known color: Dark Pink. HEX triplet: E0, 56 and 82. RGB value is (224,86,130). Sum of RGB (Red+Green+Blue) = 224+86+130=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E05682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05682 is #1FA97D. Grayscale: #848484. Windows color (decimal): -2075006 or 8541920. OLE color: 8541920.
HSL color Cylindrical-coordinate representation of color #E05682: hue angle of 340.87º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05682 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 130 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.12 |
| HSL | 340.87º | 0.69% | 0.61% | - |
| HSV(B) | 340.87º | 0.62% | 0.88% | - |
| XYZ | 38.1 | 24.11 | 23.77 | - |
| YUV | 132.28 | 126.72 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 130 | 0 | 0.62 | 0.42 | 0.12 | 340.87 | 0.69 | 0.61 |
| Hex | E0 | 56 | 82 | 0 | 3E | 2A | C | 155 | 45 | 3D |
| Octal | 340 | 126 | 202 | 0 | 76 | 52 | 14 | 525 | 105 | 75 |
| Binary | 11100000 | 1010110 | 10000010 | 0 | 111110 | 101010 | 1100 | 101010101 | 1000101 | 111101 |
Color Harmonies of #E05682
Complementary color
Monochromatic Colors of #E05682
Black with #E05682
Text Example
Text Example
White with #E05682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05682; }
p { color: rgb(224,86,130); }
H1.HeaderClassName
{
color: #E05682;
}
.AnyTagClassName
{
color: #E05682;
}
</style>
background-color css
<style>
a { background-color: #E05682; }
a { background-color: rgb(224,86,130); }
div.DivClassName
{
background-color: #E05682;
}
.BgClassName
{
background-color: #E05682;
}
</style>
border-color css
<style>
span { border-color: #E05682; }
span { border-color: rgb(224,86,130); }
td.TdClassName
{
border-color: #E05682;
}
.TagClassName
{
border-color: #E05682;
}
</style>