Shades of Dark Pink #E46282
Tints of Dark Pink #E46282
RGB
CMYK
RGB Variations
Color information
#E46282 (or 0xE46282) is known color: Dark Pink. HEX triplet: E4, 62 and 82. RGB value is (228,98,130). Sum of RGB (Red+Green+Blue) = 228+98+130=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E46282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46282 is #1B9D7D. Grayscale: #8C8C8C. Windows color (decimal): -1809790 or 8544996. OLE color: 8544996.
HSL color Cylindrical-coordinate representation of color #E46282: hue angle of 345.23º 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 #E46282 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 98 | 130 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.11 |
| HSL | 345.23º | 0.71% | 0.64% | - |
| HSV(B) | 345.23º | 0.57% | 0.89% | - |
| XYZ | 40.39 | 26.84 | 24.17 | - |
| YUV | 140.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 98 | 130 | 0 | 0.57 | 0.43 | 0.11 | 345.23 | 0.71 | 0.64 |
| Hex | E4 | 62 | 82 | 0 | 39 | 2B | B | 159 | 47 | 40 |
| Octal | 344 | 142 | 202 | 0 | 71 | 53 | 13 | 531 | 107 | 100 |
| Binary | 11100100 | 1100010 | 10000010 | 0 | 111001 | 101011 | 1011 | 101011001 | 1000111 | 1000000 |
Color Harmonies of #E46282
Complementary color
Monochromatic Colors of #E46282
Black with #E46282
Text Example
Text Example
White with #E46282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46282; }
p { color: rgb(228,98,130); }
H1.HeaderClassName
{
color: #E46282;
}
.AnyTagClassName
{
color: #E46282;
}
</style>
background-color css
<style>
a { background-color: #E46282; }
a { background-color: rgb(228,98,130); }
div.DivClassName
{
background-color: #E46282;
}
.BgClassName
{
background-color: #E46282;
}
</style>
border-color css
<style>
span { border-color: #E46282; }
span { border-color: rgb(228,98,130); }
td.TdClassName
{
border-color: #E46282;
}
.TagClassName
{
border-color: #E46282;
}
</style>