#ED5C6F

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

Shades of Wild Watermelon #ED5C6F

Tints of Wild Watermelon #ED5C6F

Color information

#ED5C6F (or 0xED5C6F) is unknown color: approx Wild Watermelon. HEX triplet: ED, 5C and 6F. RGB value is (237,92,111). Sum of RGB (Red+Green+Blue) = 237+92+111=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5C6F is #12A390. Grayscale: #898989. Windows color (decimal): -1221521 or 7298285. OLE color: 7298285.

HSL color Cylindrical-coordinate representation of color #ED5C6F: hue angle of 352.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5C6F is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB23792111-
CMYK00.610.530.07
HSL352.14º80.11%64.51%-
HSV(B)352.14º61.18%92.94%-
XYZ41.6226.8118.02-
YUV137.52113.04198.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.86%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=53.86%
G=20.91%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379211100.610.530.07352.1480.1164.51
HexED5C6F03D3571605041
Octal355134157075657540120101
Binary1110110110111001101111011110111010111110110000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5C6F; }

 p { color: rgb(237,92,111); }

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

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

 a { background-color: rgb(237,92,111); }

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

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

 span { border-color: rgb(237,92,111); }

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