Shades of Deep Blush #E1658A
Tints of Deep Blush #E1658A
RGB
CMYK
RGB Variations
Color information
#E1658A (or 0xE1658A) is known color: Deep Blush. HEX triplet: E1, 65 and 8A. RGB value is (225,101,138). Sum of RGB (Red+Green+Blue) = 225+101+138=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1658A is #1E9A75. Grayscale: #8E8E8E. Windows color (decimal): -2005622 or 9070049. OLE color: 9070049.
HSL color Cylindrical-coordinate representation of color #E1658A: hue angle of 342.1º 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 #E1658A is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 138 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.12 |
| HSL | 342.1º | 0.67% | 0.64% | - |
| HSV(B) | 342.1º | 0.55% | 0.88% | - |
| XYZ | 40.29 | 27.15 | 27.16 | - |
| YUV | 142.29 | 125.58 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 138 | 0 | 0.55 | 0.39 | 0.12 | 342.1 | 0.67 | 0.64 |
| Hex | E1 | 65 | 8A | 0 | 37 | 27 | C | 156 | 43 | 40 |
| Octal | 341 | 145 | 212 | 0 | 67 | 47 | 14 | 526 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10001010 | 0 | 110111 | 100111 | 1100 | 101010110 | 1000011 | 1000000 |
Color Harmonies of #E1658A
Complementary color
Monochromatic Colors of #E1658A
Black with #E1658A
Text Example
Text Example
White with #E1658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1658A; }
p { color: rgb(225,101,138); }
H1.HeaderClassName
{
color: #E1658A;
}
.AnyTagClassName
{
color: #E1658A;
}
</style>
background-color css
<style>
a { background-color: #E1658A; }
a { background-color: rgb(225,101,138); }
div.DivClassName
{
background-color: #E1658A;
}
.BgClassName
{
background-color: #E1658A;
}
</style>
border-color css
<style>
span { border-color: #E1658A; }
span { border-color: rgb(225,101,138); }
td.TdClassName
{
border-color: #E1658A;
}
.TagClassName
{
border-color: #E1658A;
}
</style>