#E9688C

Color #E9688C Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E9688C

Tints of Deep Blush #E9688C

Color information

#E9688C (or 0xE9688C) is unknown color: approx Deep Blush. HEX triplet: E9, 68 and 8C. RGB value is (233,104,140). Sum of RGB (Red+Green+Blue) = 233+104+140=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E9688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9688C is #169773. Grayscale: #929292. Windows color (decimal): -1480564 or 9201897. OLE color: 9201897.

HSL color Cylindrical-coordinate representation of color #E9688C: hue angle of 343.26º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9688C is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB233104140-
CMYK00.550.400.09
HSL343.26º74.57%66.08%-
HSV(B)343.26º55.36%91.37%-
XYZ43.2929.1228.15-
YUV146.68124.24189.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 48.85%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=48.85%
G=21.80%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310414000.550.400.09343.2674.5766.08
HexE9688C0372891574b42
Octal3511502140675011527113102
Binary111010011101000100011000110111101000100110101011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9688C; }

 p { color: rgb(233,104,140); }

 H1.HeaderClassName
 {
   color: #E9688C;
 }
 .AnyTagClassName
 {
   color: #E9688C;
 }
</style>
background-color css

<style>
 a { background-color: #E9688C; }

 a { background-color: rgb(233,104,140); }

 div.DivClassName
 {
   background-color: #E9688C;
 }
 .BgClassName
 {
   background-color: #E9688C;
 }
</style>
border-color css

<style>
 span { border-color: #E9688C; }

 span { border-color: rgb(233,104,140); }

 td.TdClassName
 {
   border-color: #E9688C;
 }
 .TagClassName
 {
   border-color: #E9688C;
 }
</style>