Shades of Deep Blush #E67487
Tints of Deep Blush #E67487
RGB
CMYK
RGB Variations
Color information
#E67487 (or 0xE67487) is known color: Deep Blush. HEX triplet: E6, 74 and 87. RGB value is (230,116,135). Sum of RGB (Red+Green+Blue) = 230+116+135=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E67487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67487 is #198B78. Grayscale: #989898. Windows color (decimal): -1674105 or 8877286. OLE color: 8877286.
HSL color Cylindrical-coordinate representation of color #E67487: hue angle of 350º 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 #E67487 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 135 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.10 |
| HSL | 350º | 0.7% | 0.68% | - |
| HSV(B) | 350º | 0.5% | 0.9% | - |
| XYZ | 43.25 | 31.06 | 26.64 | - |
| YUV | 152.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 135 | 0 | 0.50 | 0.41 | 0.10 | 350 | 0.7 | 0.68 |
| Hex | E6 | 74 | 87 | 0 | 32 | 29 | A | 15E | 46 | 44 |
| Octal | 346 | 164 | 207 | 0 | 62 | 51 | 12 | 536 | 106 | 104 |
| Binary | 11100110 | 1110100 | 10000111 | 0 | 110010 | 101001 | 1010 | 101011110 | 1000110 | 1000100 |
Color Harmonies of #E67487
Complementary color
Monochromatic Colors of #E67487
Black with #E67487
Text Example
Text Example
White with #E67487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67487; }
p { color: rgb(230,116,135); }
H1.HeaderClassName
{
color: #E67487;
}
.AnyTagClassName
{
color: #E67487;
}
</style>
background-color css
<style>
a { background-color: #E67487; }
a { background-color: rgb(230,116,135); }
div.DivClassName
{
background-color: #E67487;
}
.BgClassName
{
background-color: #E67487;
}
</style>
border-color css
<style>
span { border-color: #E67487; }
span { border-color: rgb(230,116,135); }
td.TdClassName
{
border-color: #E67487;
}
.TagClassName
{
border-color: #E67487;
}
</style>