#ED5965

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

Shades of Wild Watermelon #ED5965

Tints of Wild Watermelon #ED5965

Color information

#ED5965 (or 0xED5965) is unknown color: approx Wild Watermelon. HEX triplet: ED, 59 and 65. RGB value is (237,89,101). Sum of RGB (Red+Green+Blue) = 237+89+101=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5965 is #12A69A. Grayscale: #868686. Windows color (decimal): -1222299 or 6642157. OLE color: 6642157.

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

Color convert

RGB23789101-
CMYK00.620.570.07
HSL355.14º80.43%63.92%-
HSV(B)355.14º62.45%92.94%-
XYZ40.8526.0915.19-
YUV134.62109.03201.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.50%
GREEN value IS 89 (35.16% from 255) = 20.84%
BLUE value IS 101 (39.84% from 255) = 23.65%
R=55.50%
G=20.84%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378910100.620.570.07355.1480.4363.92
HexED596503E3971635040
Octal355131145076717543120100
Binary1110110110110011100101011111011100111110110001110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5965; }

 p { color: rgb(237,89,101); }

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

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

 a { background-color: rgb(237,89,101); }

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

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

 span { border-color: rgb(237,89,101); }

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