#ED5571

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

Shades of Wild Watermelon #ED5571

Tints of Wild Watermelon #ED5571

Color information

#ED5571 (or 0xED5571) is unknown color: approx Wild Watermelon. HEX triplet: ED, 55 and 71. RGB value is (237,85,113). Sum of RGB (Red+Green+Blue) = 237+85+113=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5571 is #12AA8E. Grayscale: #858585. Windows color (decimal): -1223311 or 7427565. OLE color: 7427565.

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

Color convert

RGB23785113-
CMYK00.640.520.07
HSL348.95º80.85%63.14%-
HSV(B)348.95º64.14%92.94%-
XYZ41.1525.6918.41-
YUV133.64116.36201.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.48%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=54.48%
G=19.54%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378511300.640.520.07348.9580.8563.14
HexED557104034715d513f
Octal355125161010064753512177
Binary1110110110101011110001010000001101001111010111011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5571; }

 p { color: rgb(237,85,113); }

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

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

 a { background-color: rgb(237,85,113); }

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

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

 span { border-color: rgb(237,85,113); }

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