Shades of Deep Blush #E67488
Tints of Deep Blush #E67488
RGB
CMYK
RGB Variations
Color information
#E67488 (or 0xE67488) is known color: Deep Blush. HEX triplet: E6, 74 and 88. RGB value is (230,116,136). Sum of RGB (Red+Green+Blue) = 230+116+136=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E67488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67488 is #198B77. Grayscale: #989898. Windows color (decimal): -1674104 or 8942822. OLE color: 8942822.
HSL color Cylindrical-coordinate representation of color #E67488: hue angle of 349.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67488 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 136 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.10 |
| HSL | 349.47º | 0.7% | 0.68% | - |
| HSV(B) | 349.47º | 0.5% | 0.9% | - |
| XYZ | 43.32 | 31.09 | 27.01 | - |
| YUV | 152.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 136 | 0 | 0.50 | 0.41 | 0.10 | 349.47 | 0.7 | 0.68 |
| Hex | E6 | 74 | 88 | 0 | 32 | 29 | A | 15D | 46 | 44 |
| Octal | 346 | 164 | 210 | 0 | 62 | 51 | 12 | 535 | 106 | 104 |
| Binary | 11100110 | 1110100 | 10001000 | 0 | 110010 | 101001 | 1010 | 101011101 | 1000110 | 1000100 |
Color Harmonies of #E67488
Complementary color
Monochromatic Colors of #E67488
Black with #E67488
Text Example
Text Example
White with #E67488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67488; }
p { color: rgb(230,116,136); }
H1.HeaderClassName
{
color: #E67488;
}
.AnyTagClassName
{
color: #E67488;
}
</style>
background-color css
<style>
a { background-color: #E67488; }
a { background-color: rgb(230,116,136); }
div.DivClassName
{
background-color: #E67488;
}
.BgClassName
{
background-color: #E67488;
}
</style>
border-color css
<style>
span { border-color: #E67488; }
span { border-color: rgb(230,116,136); }
td.TdClassName
{
border-color: #E67488;
}
.TagClassName
{
border-color: #E67488;
}
</style>