Shades of Dark Pink #E06185
Tints of Dark Pink #E06185
RGB
CMYK
RGB Variations
Color information
#E06185 (or 0xE06185) is known color: Dark Pink. HEX triplet: E0, 61 and 85. RGB value is (224,97,133). Sum of RGB (Red+Green+Blue) = 224+97+133=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E06185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06185 is #1F9E7A. Grayscale: #8B8B8B. Windows color (decimal): -2072187 or 8741344. OLE color: 8741344.
HSL color Cylindrical-coordinate representation of color #E06185: hue angle of 342.99º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06185 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 133 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.12 |
| HSL | 342.99º | 0.67% | 0.63% | - |
| HSV(B) | 342.99º | 0.57% | 0.88% | - |
| XYZ | 39.25 | 26.09 | 25.16 | - |
| YUV | 139.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 133 | 0 | 0.57 | 0.41 | 0.12 | 342.99 | 0.67 | 0.63 |
| Hex | E0 | 61 | 85 | 0 | 39 | 29 | C | 157 | 43 | 3F |
| Octal | 340 | 141 | 205 | 0 | 71 | 51 | 14 | 527 | 103 | 77 |
| Binary | 11100000 | 1100001 | 10000101 | 0 | 111001 | 101001 | 1100 | 101010111 | 1000011 | 111111 |
Color Harmonies of #E06185
Complementary color
Monochromatic Colors of #E06185
Black with #E06185
Text Example
Text Example
White with #E06185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06185; }
p { color: rgb(224,97,133); }
H1.HeaderClassName
{
color: #E06185;
}
.AnyTagClassName
{
color: #E06185;
}
</style>
background-color css
<style>
a { background-color: #E06185; }
a { background-color: rgb(224,97,133); }
div.DivClassName
{
background-color: #E06185;
}
.BgClassName
{
background-color: #E06185;
}
</style>
border-color css
<style>
span { border-color: #E06185; }
span { border-color: rgb(224,97,133); }
td.TdClassName
{
border-color: #E06185;
}
.TagClassName
{
border-color: #E06185;
}
</style>