Shades of Deep Blush #E66687
Tints of Deep Blush #E66687
RGB
CMYK
RGB Variations
Color information
#E66687 (or 0xE66687) is known color: Deep Blush. HEX triplet: E6, 66 and 87. RGB value is (230,102,135). Sum of RGB (Red+Green+Blue) = 230+102+135=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E66687 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66687 is #199978. Grayscale: #909090. Windows color (decimal): -1677689 or 8873702. OLE color: 8873702.
HSL color Cylindrical-coordinate representation of color #E66687: hue angle of 344.53º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66687 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 135 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.10 |
| HSL | 344.53º | 0.72% | 0.65% | - |
| HSV(B) | 344.53º | 0.56% | 0.9% | - |
| XYZ | 41.76 | 28.08 | 26.14 | - |
| YUV | 144.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 135 | 0 | 0.56 | 0.41 | 0.10 | 344.53 | 0.72 | 0.65 |
| Hex | E6 | 66 | 87 | 0 | 38 | 29 | A | 159 | 48 | 41 |
| Octal | 346 | 146 | 207 | 0 | 70 | 51 | 12 | 531 | 110 | 101 |
| Binary | 11100110 | 1100110 | 10000111 | 0 | 111000 | 101001 | 1010 | 101011001 | 1001000 | 1000001 |
Color Harmonies of #E66687
Complementary color
Monochromatic Colors of #E66687
Black with #E66687
Text Example
Text Example
White with #E66687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66687; }
p { color: rgb(230,102,135); }
H1.HeaderClassName
{
color: #E66687;
}
.AnyTagClassName
{
color: #E66687;
}
</style>
background-color css
<style>
a { background-color: #E66687; }
a { background-color: rgb(230,102,135); }
div.DivClassName
{
background-color: #E66687;
}
.BgClassName
{
background-color: #E66687;
}
</style>
border-color css
<style>
span { border-color: #E66687; }
span { border-color: rgb(230,102,135); }
td.TdClassName
{
border-color: #E66687;
}
.TagClassName
{
border-color: #E66687;
}
</style>