Shades of Deep Blush #E16683
Tints of Deep Blush #E16683
RGB
CMYK
RGB Variations
Color information
#E16683 (or 0xE16683) is known color: Deep Blush. HEX triplet: E1, 66 and 83. RGB value is (225,102,131). Sum of RGB (Red+Green+Blue) = 225+102+131=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E16683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16683 is #1E997C. Grayscale: #8E8E8E. Windows color (decimal): -2005373 or 8611553. OLE color: 8611553.
HSL color Cylindrical-coordinate representation of color #E16683: hue angle of 345.85º 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 #E16683 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 131 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.12 |
| HSL | 345.85º | 0.67% | 0.64% | - |
| HSV(B) | 345.85º | 0.55% | 0.88% | - |
| XYZ | 39.9 | 27.15 | 24.61 | - |
| YUV | 142.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 131 | 0 | 0.55 | 0.42 | 0.12 | 345.85 | 0.67 | 0.64 |
| Hex | E1 | 66 | 83 | 0 | 37 | 2A | C | 15A | 43 | 40 |
| Octal | 341 | 146 | 203 | 0 | 67 | 52 | 14 | 532 | 103 | 100 |
| Binary | 11100001 | 1100110 | 10000011 | 0 | 110111 | 101010 | 1100 | 101011010 | 1000011 | 1000000 |
Color Harmonies of #E16683
Complementary color
Monochromatic Colors of #E16683
Black with #E16683
Text Example
Text Example
White with #E16683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16683; }
p { color: rgb(225,102,131); }
H1.HeaderClassName
{
color: #E16683;
}
.AnyTagClassName
{
color: #E16683;
}
</style>
background-color css
<style>
a { background-color: #E16683; }
a { background-color: rgb(225,102,131); }
div.DivClassName
{
background-color: #E16683;
}
.BgClassName
{
background-color: #E16683;
}
</style>
border-color css
<style>
span { border-color: #E16683; }
span { border-color: rgb(225,102,131); }
td.TdClassName
{
border-color: #E16683;
}
.TagClassName
{
border-color: #E16683;
}
</style>