Shades of Deep Blush #E67192
Tints of Deep Blush #E67192
RGB
CMYK
RGB Variations
Color information
#E67192 (or 0xE67192) is known color: Deep Blush. HEX triplet: E6, 71 and 92. RGB value is (230,113,146). Sum of RGB (Red+Green+Blue) = 230+113+146=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E67192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67192 is #198E6D. Grayscale: #979797. Windows color (decimal): -1674862 or 9597414. OLE color: 9597414.
HSL color Cylindrical-coordinate representation of color #E67192: hue angle of 343.08º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67192 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 146 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.10 |
| HSL | 343.08º | 0.7% | 0.67% | - |
| HSV(B) | 343.08º | 0.51% | 0.9% | - |
| XYZ | 43.73 | 30.71 | 30.82 | - |
| YUV | 151.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 146 | 0 | 0.51 | 0.37 | 0.10 | 343.08 | 0.7 | 0.67 |
| Hex | E6 | 71 | 92 | 0 | 33 | 25 | A | 157 | 46 | 43 |
| Octal | 346 | 161 | 222 | 0 | 63 | 45 | 12 | 527 | 106 | 103 |
| Binary | 11100110 | 1110001 | 10010010 | 0 | 110011 | 100101 | 1010 | 101010111 | 1000110 | 1000011 |
Color Harmonies of #E67192
Complementary color
Monochromatic Colors of #E67192
Black with #E67192
Text Example
Text Example
White with #E67192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67192; }
p { color: rgb(230,113,146); }
H1.HeaderClassName
{
color: #E67192;
}
.AnyTagClassName
{
color: #E67192;
}
</style>
background-color css
<style>
a { background-color: #E67192; }
a { background-color: rgb(230,113,146); }
div.DivClassName
{
background-color: #E67192;
}
.BgClassName
{
background-color: #E67192;
}
</style>
border-color css
<style>
span { border-color: #E67192; }
span { border-color: rgb(230,113,146); }
td.TdClassName
{
border-color: #E67192;
}
.TagClassName
{
border-color: #E67192;
}
</style>