#ED688F

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

Shades of Deep Blush #ED688F

Tints of Deep Blush #ED688F

Color information

#ED688F (or 0xED688F) is unknown color: approx Deep Blush. HEX triplet: ED, 68 and 8F. RGB value is (237,104,143). Sum of RGB (Red+Green+Blue) = 237+104+143=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED688F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED688F is #129770. Grayscale: #949494. Windows color (decimal): -1218417 or 9398509. OLE color: 9398509.

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

Color convert

RGB237104143-
CMYK00.560.400.07
HSL342.41º78.7%66.86%-
HSV(B)342.41º56.12%92.94%-
XYZ44.8329.8929.39-
YUV148.21125.06191.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 104 (41.02% from 255) = 21.49%
BLUE value IS 143 (56.25% from 255) = 29.55%
R=48.97%
G=21.49%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710414300.560.400.07342.4178.766.86
HexED688F0382871564f43
Octal355150217070507526117103
Binary11101101110100010001111011100010100011110101011010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED688F; }

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

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

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

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

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

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

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

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