#ED586A

Color #ED586A Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #ED586A

Tints of Wild Watermelon #ED586A

Color information

#ED586A (or 0xED586A) is unknown color: approx Wild Watermelon. HEX triplet: ED, 58 and 6A. RGB value is (237,88,106). Sum of RGB (Red+Green+Blue) = 237+88+106=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED586A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED586A is #12A795. Grayscale: #868686. Windows color (decimal): -1222550 or 6969581. OLE color: 6969581.

HSL color Cylindrical-coordinate representation of color #ED586A: hue angle of 352.75º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED586A is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB23788106-
CMYK00.630.550.07
HSL352.75º80.54%63.73%-
HSV(B)352.75º62.87%92.94%-
XYZ41.0226.0216.5-
YUV134.6111.86201.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.99%
GREEN value IS 88 (34.77% from 255) = 20.42%
BLUE value IS 106 (41.80% from 255) = 24.59%
R=54.99%
G=20.42%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378810600.630.550.07352.7580.5463.73
HexED586A03F3771615140
Octal355130152077677541121100
Binary1110110110110001101010011111111011111110110000110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED586A; }

 p { color: rgb(237,88,106); }

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

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

 a { background-color: rgb(237,88,106); }

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

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

 span { border-color: rgb(237,88,106); }

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