#E6688C

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

Shades of Deep Blush #E6688C

Tints of Deep Blush #E6688C

Color information

#E6688C (or 0xE6688C) is unknown color: approx Deep Blush. HEX triplet: E6, 68 and 8C. RGB value is (230,104,140). Sum of RGB (Red+Green+Blue) = 230+104+140=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6688C is #199773. Grayscale: #919191. Windows color (decimal): -1677172 or 9201894. OLE color: 9201894.

HSL color Cylindrical-coordinate representation of color #E6688C: hue angle of 342.86º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6688C is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB230104140-
CMYK00.550.390.10
HSL342.86º71.59%65.49%-
HSV(B)342.86º54.78%90.2%-
XYZ42.3228.6228.1-
YUV145.78124.74188.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.52%
GREEN value IS 104 (41.02% from 255) = 21.94%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=48.52%
G=21.94%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010414000.550.390.10342.8671.5965.49
HexE6688C03727A1574841
Octal3461502140674712527110101
Binary111001101101000100011000110111100111101010101011110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6688C; }

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

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

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

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

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

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

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

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