Shades of Deep Blush #E16682
Tints of Deep Blush #E16682
RGB
CMYK
RGB Variations
Color information
#E16682 (or 0xE16682) is known color: Deep Blush. HEX triplet: E1, 66 and 82. RGB value is (225,102,130). Sum of RGB (Red+Green+Blue) = 225+102+130=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E16682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16682 is #1E997D. Grayscale: #8D8D8D. Windows color (decimal): -2005374 or 8546017. OLE color: 8546017.
HSL color Cylindrical-coordinate representation of color #E16682: hue angle of 346.34º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16682 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 130 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.12 |
| HSL | 346.34º | 0.67% | 0.64% | - |
| HSV(B) | 346.34º | 0.55% | 0.88% | - |
| XYZ | 39.83 | 27.12 | 24.25 | - |
| YUV | 141.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 130 | 0 | 0.55 | 0.42 | 0.12 | 346.34 | 0.67 | 0.64 |
| Hex | E1 | 66 | 82 | 0 | 37 | 2A | C | 15A | 43 | 40 |
| Octal | 341 | 146 | 202 | 0 | 67 | 52 | 14 | 532 | 103 | 100 |
| Binary | 11100001 | 1100110 | 10000010 | 0 | 110111 | 101010 | 1100 | 101011010 | 1000011 | 1000000 |
Color Harmonies of #E16682
Complementary color
Monochromatic Colors of #E16682
Black with #E16682
Text Example
Text Example
White with #E16682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16682; }
p { color: rgb(225,102,130); }
H1.HeaderClassName
{
color: #E16682;
}
.AnyTagClassName
{
color: #E16682;
}
</style>
background-color css
<style>
a { background-color: #E16682; }
a { background-color: rgb(225,102,130); }
div.DivClassName
{
background-color: #E16682;
}
.BgClassName
{
background-color: #E16682;
}
</style>
border-color css
<style>
span { border-color: #E16682; }
span { border-color: rgb(225,102,130); }
td.TdClassName
{
border-color: #E16682;
}
.TagClassName
{
border-color: #E16682;
}
</style>