Shades of Deep Blush #E1618A
Tints of Deep Blush #E1618A
RGB
CMYK
RGB Variations
Color information
#E1618A (or 0xE1618A) is known color: Deep Blush. HEX triplet: E1, 61 and 8A. RGB value is (225,97,138). Sum of RGB (Red+Green+Blue) = 225+97+138=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1618A is #1E9E75. Grayscale: #8B8B8B. Windows color (decimal): -2006646 or 9069025. OLE color: 9069025.
HSL color Cylindrical-coordinate representation of color #E1618A: hue angle of 340.78º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1618A is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 138 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.12 |
| HSL | 340.78º | 0.68% | 0.63% | - |
| HSV(B) | 340.78º | 0.57% | 0.88% | - |
| XYZ | 39.91 | 26.39 | 27.04 | - |
| YUV | 139.95 | 126.91 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 138 | 0 | 0.57 | 0.39 | 0.12 | 340.78 | 0.68 | 0.63 |
| Hex | E1 | 61 | 8A | 0 | 39 | 27 | C | 155 | 44 | 3F |
| Octal | 341 | 141 | 212 | 0 | 71 | 47 | 14 | 525 | 104 | 77 |
| Binary | 11100001 | 1100001 | 10001010 | 0 | 111001 | 100111 | 1100 | 101010101 | 1000100 | 111111 |
Color Harmonies of #E1618A
Complementary color
Monochromatic Colors of #E1618A
Black with #E1618A
Text Example
Text Example
White with #E1618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1618A; }
p { color: rgb(225,97,138); }
H1.HeaderClassName
{
color: #E1618A;
}
.AnyTagClassName
{
color: #E1618A;
}
</style>
background-color css
<style>
a { background-color: #E1618A; }
a { background-color: rgb(225,97,138); }
div.DivClassName
{
background-color: #E1618A;
}
.BgClassName
{
background-color: #E1618A;
}
</style>
border-color css
<style>
span { border-color: #E1618A; }
span { border-color: rgb(225,97,138); }
td.TdClassName
{
border-color: #E1618A;
}
.TagClassName
{
border-color: #E1618A;
}
</style>