#ED688C

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

Shades of Deep Blush #ED688C

Tints of Deep Blush #ED688C

Color information

#ED688C (or 0xED688C) is unknown color: approx Deep Blush. HEX triplet: ED, 68 and 8C. RGB value is (237,104,140). Sum of RGB (Red+Green+Blue) = 237+104+140=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED688C is #129773. Grayscale: #939393. Windows color (decimal): -1218420 or 9201901. OLE color: 9201901.

HSL color Cylindrical-coordinate representation of color #ED688C: hue angle of 343.76º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED688C is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237104140-
CMYK00.560.410.07
HSL343.76º78.7%66.86%-
HSV(B)343.76º56.12%92.94%-
XYZ44.6129.828.21-
YUV147.87123.56191.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.27%
GREEN value IS 104 (41.02% from 255) = 21.62%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=49.27%
G=21.62%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710414000.560.410.07343.7678.766.86
HexED688C0382971584f43
Octal355150214070517530117103
Binary11101101110100010001100011100010100111110101100010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED688C; }

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

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

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

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

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

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

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

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