Shades of Deep Blush #E16483
Tints of Deep Blush #E16483
RGB
CMYK
RGB Variations
Color information
#E16483 (or 0xE16483) is known color: Deep Blush. HEX triplet: E1, 64 and 83. RGB value is (225,100,131). Sum of RGB (Red+Green+Blue) = 225+100+131=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E16483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16483 is #1E9B7C. Grayscale: #8C8C8C. Windows color (decimal): -2005885 or 8611041. OLE color: 8611041.
HSL color Cylindrical-coordinate representation of color #E16483: hue angle of 345.12º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16483 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 131 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.12 |
| HSL | 345.12º | 0.68% | 0.64% | - |
| HSV(B) | 345.12º | 0.56% | 0.88% | - |
| XYZ | 39.71 | 26.76 | 24.55 | - |
| YUV | 140.91 | 122.41 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 131 | 0 | 0.56 | 0.42 | 0.12 | 345.12 | 0.68 | 0.64 |
| Hex | E1 | 64 | 83 | 0 | 38 | 2A | C | 159 | 44 | 40 |
| Octal | 341 | 144 | 203 | 0 | 70 | 52 | 14 | 531 | 104 | 100 |
| Binary | 11100001 | 1100100 | 10000011 | 0 | 111000 | 101010 | 1100 | 101011001 | 1000100 | 1000000 |
Color Harmonies of #E16483
Complementary color
Monochromatic Colors of #E16483
Black with #E16483
Text Example
Text Example
White with #E16483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16483; }
p { color: rgb(225,100,131); }
H1.HeaderClassName
{
color: #E16483;
}
.AnyTagClassName
{
color: #E16483;
}
</style>
background-color css
<style>
a { background-color: #E16483; }
a { background-color: rgb(225,100,131); }
div.DivClassName
{
background-color: #E16483;
}
.BgClassName
{
background-color: #E16483;
}
</style>
border-color css
<style>
span { border-color: #E16483; }
span { border-color: rgb(225,100,131); }
td.TdClassName
{
border-color: #E16483;
}
.TagClassName
{
border-color: #E16483;
}
</style>