Shades of Deep Blush #E9668B
Tints of Deep Blush #E9668B
RGB
CMYK
RGB Variations
Color information
#E9668B (or 0xE9668B) is known color: Deep Blush. HEX triplet: E9, 66 and 8B. RGB value is (233,102,139). Sum of RGB (Red+Green+Blue) = 233+102+139=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E9668B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9668B is #169974. Grayscale: #919191. Windows color (decimal): -1481077 or 9135849. OLE color: 9135849.
HSL color Cylindrical-coordinate representation of color #E9668B: hue angle of 343.05º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E9668B is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 139 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.09 |
| HSL | 343.05º | 0.75% | 0.66% | - |
| HSV(B) | 343.05º | 0.56% | 0.91% | - |
| XYZ | 43.02 | 28.69 | 27.7 | - |
| YUV | 145.39 | 124.4 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 139 | 0 | 0.56 | 0.40 | 0.09 | 343.05 | 0.75 | 0.66 |
| Hex | E9 | 66 | 8B | 0 | 38 | 28 | 9 | 157 | 4B | 42 |
| Octal | 351 | 146 | 213 | 0 | 70 | 50 | 11 | 527 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10001011 | 0 | 111000 | 101000 | 1001 | 101010111 | 1001011 | 1000010 |
Color Harmonies of #E9668B
Complementary color
Monochromatic Colors of #E9668B
Black with #E9668B
Text Example
Text Example
White with #E9668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9668B; }
p { color: rgb(233,102,139); }
H1.HeaderClassName
{
color: #E9668B;
}
.AnyTagClassName
{
color: #E9668B;
}
</style>
background-color css
<style>
a { background-color: #E9668B; }
a { background-color: rgb(233,102,139); }
div.DivClassName
{
background-color: #E9668B;
}
.BgClassName
{
background-color: #E9668B;
}
</style>
border-color css
<style>
span { border-color: #E9668B; }
span { border-color: rgb(233,102,139); }
td.TdClassName
{
border-color: #E9668B;
}
.TagClassName
{
border-color: #E9668B;
}
</style>