Shades of Dark Pink #E06183
Tints of Dark Pink #E06183
RGB
CMYK
RGB Variations
Color information
#E06183 (or 0xE06183) is known color: Dark Pink. HEX triplet: E0, 61 and 83. RGB value is (224,97,131). Sum of RGB (Red+Green+Blue) = 224+97+131=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E06183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06183 is #1F9E7C. Grayscale: #8A8A8A. Windows color (decimal): -2072189 or 8610272. OLE color: 8610272.
HSL color Cylindrical-coordinate representation of color #E06183: hue angle of 343.94º 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 #E06183 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 131 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.12 |
| HSL | 343.94º | 0.67% | 0.63% | - |
| HSV(B) | 343.94º | 0.57% | 0.88% | - |
| XYZ | 39.11 | 26.04 | 24.44 | - |
| YUV | 138.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 131 | 0 | 0.57 | 0.42 | 0.12 | 343.94 | 0.67 | 0.63 |
| Hex | E0 | 61 | 83 | 0 | 39 | 2A | C | 158 | 43 | 3F |
| Octal | 340 | 141 | 203 | 0 | 71 | 52 | 14 | 530 | 103 | 77 |
| Binary | 11100000 | 1100001 | 10000011 | 0 | 111001 | 101010 | 1100 | 101011000 | 1000011 | 111111 |
Color Harmonies of #E06183
Complementary color
Monochromatic Colors of #E06183
Black with #E06183
Text Example
Text Example
White with #E06183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06183; }
p { color: rgb(224,97,131); }
H1.HeaderClassName
{
color: #E06183;
}
.AnyTagClassName
{
color: #E06183;
}
</style>
background-color css
<style>
a { background-color: #E06183; }
a { background-color: rgb(224,97,131); }
div.DivClassName
{
background-color: #E06183;
}
.BgClassName
{
background-color: #E06183;
}
</style>
border-color css
<style>
span { border-color: #E06183; }
span { border-color: rgb(224,97,131); }
td.TdClassName
{
border-color: #E06183;
}
.TagClassName
{
border-color: #E06183;
}
</style>