Shades of Deep Blush #E9668C
Tints of Deep Blush #E9668C
RGB
CMYK
RGB Variations
Color information
#E9668C (or 0xE9668C) is known color: Deep Blush. HEX triplet: E9, 66 and 8C. RGB value is (233,102,140). Sum of RGB (Red+Green+Blue) = 233+102+140=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E9668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9668C is #169973. Grayscale: #919191. Windows color (decimal): -1481076 or 9201385. OLE color: 9201385.
HSL color Cylindrical-coordinate representation of color #E9668C: hue angle of 342.6º 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 #E9668C is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 140 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.09 |
| HSL | 342.6º | 0.75% | 0.66% | - |
| HSV(B) | 342.6º | 0.56% | 0.91% | - |
| XYZ | 43.09 | 28.72 | 28.08 | - |
| YUV | 145.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 140 | 0 | 0.56 | 0.40 | 0.09 | 342.6 | 0.75 | 0.66 |
| Hex | E9 | 66 | 8C | 0 | 38 | 28 | 9 | 157 | 4B | 42 |
| Octal | 351 | 146 | 214 | 0 | 70 | 50 | 11 | 527 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10001100 | 0 | 111000 | 101000 | 1001 | 101010111 | 1001011 | 1000010 |
Color Harmonies of #E9668C
Complementary color
Monochromatic Colors of #E9668C
Black with #E9668C
Text Example
Text Example
White with #E9668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9668C; }
p { color: rgb(233,102,140); }
H1.HeaderClassName
{
color: #E9668C;
}
.AnyTagClassName
{
color: #E9668C;
}
</style>
background-color css
<style>
a { background-color: #E9668C; }
a { background-color: rgb(233,102,140); }
div.DivClassName
{
background-color: #E9668C;
}
.BgClassName
{
background-color: #E9668C;
}
</style>
border-color css
<style>
span { border-color: #E9668C; }
span { border-color: rgb(233,102,140); }
td.TdClassName
{
border-color: #E9668C;
}
.TagClassName
{
border-color: #E9668C;
}
</style>