#ED5C70

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

Shades of Wild Watermelon #ED5C70

Tints of Wild Watermelon #ED5C70

Color information

#ED5C70 (or 0xED5C70) is unknown color: approx Wild Watermelon. HEX triplet: ED, 5C and 70. RGB value is (237,92,112). Sum of RGB (Red+Green+Blue) = 237+92+112=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5C70 is #12A38F. Grayscale: #898989. Windows color (decimal): -1221520 or 7363821. OLE color: 7363821.

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

Color convert

RGB23792112-
CMYK00.610.530.07
HSL351.72º80.11%64.51%-
HSV(B)351.72º61.18%92.94%-
XYZ41.6826.8318.31-
YUV137.64113.54198.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.74%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=53.74%
G=20.86%
B=25.40%

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
Decimal2379211200.610.530.07351.7280.1164.51
HexED5C7003D3571605041
Octal355134160075657540120101
Binary1110110110111001110000011110111010111110110000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5C70; }

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

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

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

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

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

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

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

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