Html Css Color HEX #ED5571 Wild Watermelon

📋 copy color: '#ED5571'

red 237 ◦ green 85 ◦ blue 113

#ED5571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #ED5571

Tints of Wild Watermelon #ED5571

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 value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED5571 (or 0xED5571) is known color: 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

RGB 237 85 113 -
CMYK 0 0.64 0.52 0.07
HSL 348.95º 0.81% 0.63% -
HSV(B) 348.95º 0.64% 0.93% -
XYZ 41.15 25.69 18.41 -
YUV 133.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 237 85 113 0 0.64 0.52 0.07 348.95 0.81 0.63
Hex ED 55 71 0 40 34 7 15D 51 3F
Octal 355 125 161 0 100 64 7 535 121 77
Binary 11101101 1010101 1110001 0 1000000 110100 111 101011101 1010001 111111

Color Harmonies of #ED5571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5571

Black with #ED5571

Text Example


Text Example

White with #ED5571

Text Example


Text Example

HTML Codes & Css Web 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>