Shades of Deep Blush #E3668E
Tints of Deep Blush #E3668E
RGB
CMYK
RGB Variations
Color information
#E3668E (or 0xE3668E) is known color: Deep Blush. HEX triplet: E3, 66 and 8E. RGB value is (227,102,142). Sum of RGB (Red+Green+Blue) = 227+102+142=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E3668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3668E is #1C9971. Grayscale: #8F8F8F. Windows color (decimal): -1874290 or 9332451. OLE color: 9332451.
HSL color Cylindrical-coordinate representation of color #E3668E: hue angle of 340.8º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E3668E is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 102 | 142 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.11 |
| HSL | 340.8º | 0.69% | 0.65% | - |
| HSV(B) | 340.8º | 0.55% | 0.89% | - |
| XYZ | 41.31 | 27.79 | 28.78 | - |
| YUV | 143.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 142 | 0 | 0.55 | 0.37 | 0.11 | 340.8 | 0.69 | 0.65 |
| Hex | E3 | 66 | 8E | 0 | 37 | 25 | B | 155 | 45 | 41 |
| Octal | 343 | 146 | 216 | 0 | 67 | 45 | 13 | 525 | 105 | 101 |
| Binary | 11100011 | 1100110 | 10001110 | 0 | 110111 | 100101 | 1011 | 101010101 | 1000101 | 1000001 |
Color Harmonies of #E3668E
Complementary color
Monochromatic Colors of #E3668E
Black with #E3668E
Text Example
Text Example
White with #E3668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3668E; }
p { color: rgb(227,102,142); }
H1.HeaderClassName
{
color: #E3668E;
}
.AnyTagClassName
{
color: #E3668E;
}
</style>
background-color css
<style>
a { background-color: #E3668E; }
a { background-color: rgb(227,102,142); }
div.DivClassName
{
background-color: #E3668E;
}
.BgClassName
{
background-color: #E3668E;
}
</style>
border-color css
<style>
span { border-color: #E3668E; }
span { border-color: rgb(227,102,142); }
td.TdClassName
{
border-color: #E3668E;
}
.TagClassName
{
border-color: #E3668E;
}
</style>