Html Css Color HEX #ED576F Wild Watermelon

📋 copy color: '#ED576F'

red 237 ◦ green 87 ◦ blue 111

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

Shades of Wild Watermelon #ED576F

Tints of Wild Watermelon #ED576F

RGB

 RED value IS 237 (92.97% from 255) = 54.48%

 GREEN value IS 87 (34.38% from 255) = 20%

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 54.48%
G = 20%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED576F (or 0xED576F) is known color: Wild Watermelon. HEX triplet: ED, 57 and 6F. RGB value is (237,87,111). Sum of RGB (Red+Green+Blue) = 237+87+111=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED576F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED576F is #12A890. Grayscale: #868686. Windows color (decimal): -1222801 or 7297005. OLE color: 7297005.

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

Color convert

RGB 237 87 111 -
CMYK 0 0.63 0.53 0.07
HSL 350.4º 0.81% 0.64% -
HSV(B) 350.4º 0.63% 0.93% -
XYZ 41.2 25.97 17.88 -
YUV 134.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 237 87 111 0 0.63 0.53 0.07 350.4 0.81 0.64
Hex ED 57 6F 0 3F 35 7 15E 51 40
Octal 355 127 157 0 77 65 7 536 121 100
Binary 11101101 1010111 1101111 0 111111 110101 111 101011110 1010001 1000000

Color Harmonies of #ED576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED576F

Black with #ED576F

Text Example


Text Example

White with #ED576F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED576F; }

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

 H1.HeaderClassName
 {
   color: #ED576F;
 }
 .AnyTagClassName
 {
   color: #ED576F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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