Shades of Deep Blush #E1638A
Tints of Deep Blush #E1638A
RGB
CMYK
RGB Variations
Color information
#E1638A (or 0xE1638A) is known color: Deep Blush. HEX triplet: E1, 63 and 8A. RGB value is (225,99,138). Sum of RGB (Red+Green+Blue) = 225+99+138=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1638A is #1E9C75. Grayscale: #8D8D8D. Windows color (decimal): -2006134 or 9069537. OLE color: 9069537.
HSL color Cylindrical-coordinate representation of color #E1638A: hue angle of 341.43º 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 #E1638A is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 138 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.12 |
| HSL | 341.43º | 0.68% | 0.64% | - |
| HSV(B) | 341.43º | 0.56% | 0.88% | - |
| XYZ | 40.1 | 26.77 | 27.1 | - |
| YUV | 141.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 138 | 0 | 0.56 | 0.39 | 0.12 | 341.43 | 0.68 | 0.64 |
| Hex | E1 | 63 | 8A | 0 | 38 | 27 | C | 155 | 44 | 40 |
| Octal | 341 | 143 | 212 | 0 | 70 | 47 | 14 | 525 | 104 | 100 |
| Binary | 11100001 | 1100011 | 10001010 | 0 | 111000 | 100111 | 1100 | 101010101 | 1000100 | 1000000 |
Color Harmonies of #E1638A
Complementary color
Monochromatic Colors of #E1638A
Black with #E1638A
Text Example
Text Example
White with #E1638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1638A; }
p { color: rgb(225,99,138); }
H1.HeaderClassName
{
color: #E1638A;
}
.AnyTagClassName
{
color: #E1638A;
}
</style>
background-color css
<style>
a { background-color: #E1638A; }
a { background-color: rgb(225,99,138); }
div.DivClassName
{
background-color: #E1638A;
}
.BgClassName
{
background-color: #E1638A;
}
</style>
border-color css
<style>
span { border-color: #E1638A; }
span { border-color: rgb(225,99,138); }
td.TdClassName
{
border-color: #E1638A;
}
.TagClassName
{
border-color: #E1638A;
}
</style>