Shades of Deep Blush #E17A8A
Tints of Deep Blush #E17A8A
RGB
CMYK
RGB Variations
Color information
#E17A8A (or 0xE17A8A) is known color: Deep Blush. HEX triplet: E1, 7A and 8A. RGB value is (225,122,138). Sum of RGB (Red+Green+Blue) = 225+122+138=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17A8A is #1E8575. Grayscale: #9A9A9A. Windows color (decimal): -2000246 or 9075425. OLE color: 9075425.
HSL color Cylindrical-coordinate representation of color #E17A8A: hue angle of 350.68º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17A8A is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 138 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.12 |
| HSL | 350.68º | 0.63% | 0.68% | - |
| HSV(B) | 350.68º | 0.46% | 0.88% | - |
| XYZ | 42.6 | 31.76 | 27.93 | - |
| YUV | 154.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 138 | 0 | 0.46 | 0.39 | 0.12 | 350.68 | 0.63 | 0.68 |
| Hex | E1 | 7A | 8A | 0 | 2E | 27 | C | 15F | 3F | 44 |
| Octal | 341 | 172 | 212 | 0 | 56 | 47 | 14 | 537 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10001010 | 0 | 101110 | 100111 | 1100 | 101011111 | 111111 | 1000100 |
Color Harmonies of #E17A8A
Complementary color
Monochromatic Colors of #E17A8A
Black with #E17A8A
Text Example
Text Example
White with #E17A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A8A; }
p { color: rgb(225,122,138); }
H1.HeaderClassName
{
color: #E17A8A;
}
.AnyTagClassName
{
color: #E17A8A;
}
</style>
background-color css
<style>
a { background-color: #E17A8A; }
a { background-color: rgb(225,122,138); }
div.DivClassName
{
background-color: #E17A8A;
}
.BgClassName
{
background-color: #E17A8A;
}
</style>
border-color css
<style>
span { border-color: #E17A8A; }
span { border-color: rgb(225,122,138); }
td.TdClassName
{
border-color: #E17A8A;
}
.TagClassName
{
border-color: #E17A8A;
}
</style>