Shades of Deep Blush #E1738F
Tints of Deep Blush #E1738F
RGB
CMYK
RGB Variations
Color information
#E1738F (or 0xE1738F) is known color: Deep Blush. HEX triplet: E1, 73 and 8F. RGB value is (225,115,143). Sum of RGB (Red+Green+Blue) = 225+115+143=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1738F is #1E8C70. Grayscale: #979797. Windows color (decimal): -2002033 or 9401313. OLE color: 9401313.
HSL color Cylindrical-coordinate representation of color #E1738F: hue angle of 344.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1738F is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 143 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.12 |
| HSL | 344.73º | 0.65% | 0.67% | - |
| HSV(B) | 344.73º | 0.49% | 0.88% | - |
| XYZ | 42.14 | 30.25 | 29.6 | - |
| YUV | 151.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 143 | 0 | 0.49 | 0.36 | 0.12 | 344.73 | 0.65 | 0.67 |
| Hex | E1 | 73 | 8F | 0 | 31 | 24 | C | 159 | 41 | 43 |
| Octal | 341 | 163 | 217 | 0 | 61 | 44 | 14 | 531 | 101 | 103 |
| Binary | 11100001 | 1110011 | 10001111 | 0 | 110001 | 100100 | 1100 | 101011001 | 1000001 | 1000011 |
Color Harmonies of #E1738F
Complementary color
Monochromatic Colors of #E1738F
Black with #E1738F
Text Example
Text Example
White with #E1738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1738F; }
p { color: rgb(225,115,143); }
H1.HeaderClassName
{
color: #E1738F;
}
.AnyTagClassName
{
color: #E1738F;
}
</style>
background-color css
<style>
a { background-color: #E1738F; }
a { background-color: rgb(225,115,143); }
div.DivClassName
{
background-color: #E1738F;
}
.BgClassName
{
background-color: #E1738F;
}
</style>
border-color css
<style>
span { border-color: #E1738F; }
span { border-color: rgb(225,115,143); }
td.TdClassName
{
border-color: #E1738F;
}
.TagClassName
{
border-color: #E1738F;
}
</style>