Shades of Deep Blush #E46580
Tints of Deep Blush #E46580
RGB
CMYK
RGB Variations
Color information
#E46580 (or 0xE46580) is known color: Deep Blush. HEX triplet: E4, 65 and 80. RGB value is (228,101,128). Sum of RGB (Red+Green+Blue) = 228+101+128=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E46580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46580 is #1B9A7F. Grayscale: #8E8E8E. Windows color (decimal): -1809024 or 8414692. OLE color: 8414692.
HSL color Cylindrical-coordinate representation of color #E46580: hue angle of 347.24º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E46580 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 101 | 128 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.11 |
| HSL | 347.24º | 0.7% | 0.65% | - |
| HSV(B) | 347.24º | 0.56% | 0.89% | - |
| XYZ | 40.54 | 27.36 | 23.57 | - |
| YUV | 142.05 | 120.08 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 101 | 128 | 0 | 0.56 | 0.44 | 0.11 | 347.24 | 0.7 | 0.65 |
| Hex | E4 | 65 | 80 | 0 | 38 | 2C | B | 15B | 46 | 41 |
| Octal | 344 | 145 | 200 | 0 | 70 | 54 | 13 | 533 | 106 | 101 |
| Binary | 11100100 | 1100101 | 10000000 | 0 | 111000 | 101100 | 1011 | 101011011 | 1000110 | 1000001 |
Color Harmonies of #E46580
Complementary color
Monochromatic Colors of #E46580
Black with #E46580
Text Example
Text Example
White with #E46580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46580; }
p { color: rgb(228,101,128); }
H1.HeaderClassName
{
color: #E46580;
}
.AnyTagClassName
{
color: #E46580;
}
</style>
background-color css
<style>
a { background-color: #E46580; }
a { background-color: rgb(228,101,128); }
div.DivClassName
{
background-color: #E46580;
}
.BgClassName
{
background-color: #E46580;
}
</style>
border-color css
<style>
span { border-color: #E46580; }
span { border-color: rgb(228,101,128); }
td.TdClassName
{
border-color: #E46580;
}
.TagClassName
{
border-color: #E46580;
}
</style>