Shades of Dark Pink #E46182
Tints of Dark Pink #E46182
RGB
CMYK
RGB Variations
Color information
#E46182 (or 0xE46182) is known color: Dark Pink. HEX triplet: E4, 61 and 82. RGB value is (228,97,130). Sum of RGB (Red+Green+Blue) = 228+97+130=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E46182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46182 is #1B9E7D. Grayscale: #8B8B8B. Windows color (decimal): -1810046 or 8544740. OLE color: 8544740.
HSL color Cylindrical-coordinate representation of color #E46182: hue angle of 344.89º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E46182 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 97 | 130 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.11 |
| HSL | 344.89º | 0.71% | 0.64% | - |
| HSV(B) | 344.89º | 0.57% | 0.89% | - |
| XYZ | 40.3 | 26.66 | 24.14 | - |
| YUV | 139.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 97 | 130 | 0 | 0.57 | 0.43 | 0.11 | 344.89 | 0.71 | 0.64 |
| Hex | E4 | 61 | 82 | 0 | 39 | 2B | B | 159 | 47 | 40 |
| Octal | 344 | 141 | 202 | 0 | 71 | 53 | 13 | 531 | 107 | 100 |
| Binary | 11100100 | 1100001 | 10000010 | 0 | 111001 | 101011 | 1011 | 101011001 | 1000111 | 1000000 |
Color Harmonies of #E46182
Complementary color
Monochromatic Colors of #E46182
Black with #E46182
Text Example
Text Example
White with #E46182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46182; }
p { color: rgb(228,97,130); }
H1.HeaderClassName
{
color: #E46182;
}
.AnyTagClassName
{
color: #E46182;
}
</style>
background-color css
<style>
a { background-color: #E46182; }
a { background-color: rgb(228,97,130); }
div.DivClassName
{
background-color: #E46182;
}
.BgClassName
{
background-color: #E46182;
}
</style>
border-color css
<style>
span { border-color: #E46182; }
span { border-color: rgb(228,97,130); }
td.TdClassName
{
border-color: #E46182;
}
.TagClassName
{
border-color: #E46182;
}
</style>