Html Css Color HEX #ED566F Wild Watermelon

📋 copy color: '#ED566F'

red 237 ◦ green 86 ◦ blue 111

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

Shades of Wild Watermelon #ED566F

Tints of Wild Watermelon #ED566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.82%

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

R = 54.61%
G = 19.82%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED566F (or 0xED566F) is known color: Wild Watermelon. HEX triplet: ED, 56 and 6F. RGB value is (237,86,111). Sum of RGB (Red+Green+Blue) = 237+86+111=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED566F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED566F is #12A990. Grayscale: #868686. Windows color (decimal): -1223057 or 7296749. OLE color: 7296749.

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

Color convert

RGB 237 86 111 -
CMYK 0 0.64 0.53 0.07
HSL 350.07º 0.81% 0.63% -
HSV(B) 350.07º 0.64% 0.93% -
XYZ 41.12 25.81 17.85 -
YUV 134 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 237 86 111 0 0.64 0.53 0.07 350.07 0.81 0.63
Hex ED 56 6F 0 40 35 7 15E 51 3F
Octal 355 126 157 0 100 65 7 536 121 77
Binary 11101101 1010110 1101111 0 1000000 110101 111 101011110 1010001 111111

Color Harmonies of #ED566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED566F

Black with #ED566F

Text Example


Text Example

White with #ED566F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED566F; }

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

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

background-color css

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

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

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

border-color css

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

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

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