#ED688A

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

Shades of Deep Blush #ED688A

Tints of Deep Blush #ED688A

Color information

#ED688A (or 0xED688A) is unknown color: approx Deep Blush. HEX triplet: ED, 68 and 8A. RGB value is (237,104,138). Sum of RGB (Red+Green+Blue) = 237+104+138=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED688A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED688A is #129775. Grayscale: #939393. Windows color (decimal): -1218422 or 9070829. OLE color: 9070829.

HSL color Cylindrical-coordinate representation of color #ED688A: hue angle of 344.66º 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 #ED688A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB237104138-
CMYK00.560.420.07
HSL344.66º78.7%66.86%-
HSV(B)344.66º56.12%92.94%-
XYZ44.4629.7427.44-
YUV147.64122.56191.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 104 (41.02% from 255) = 21.71%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=49.48%
G=21.71%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710413800.560.420.07344.6678.766.86
HexED688A0382A71594f43
Octal355150212070527531117103
Binary11101101110100010001010011100010101011110101100110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED688A; }

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

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

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

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

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

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

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

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