Html Css Color HEX #ED596D Wild Watermelon

📋 copy color: '#ED596D'

red 237 ◦ green 89 ◦ blue 109

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

Shades of Wild Watermelon #ED596D

Tints of Wild Watermelon #ED596D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.46%

 BLUE value IS 109 (42.97% from 255) = 25.06%

R = 54.48%
G = 20.46%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED596D (or 0xED596D) is known color: Wild Watermelon. HEX triplet: ED, 59 and 6D. RGB value is (237,89,109). Sum of RGB (Red+Green+Blue) = 237+89+109=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED596D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED596D is #12A692. Grayscale: #878787. Windows color (decimal): -1222291 or 7166445. OLE color: 7166445.

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

Color convert

RGB 237 89 109 -
CMYK 0 0.62 0.54 0.07
HSL 351.89º 0.8% 0.64% -
HSV(B) 351.89º 0.62% 0.93% -
XYZ 41.26 26.25 17.36 -
YUV 135.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 237 89 109 0 0.62 0.54 0.07 351.89 0.8 0.64
Hex ED 59 6D 0 3E 36 7 160 50 40
Octal 355 131 155 0 76 66 7 540 120 100
Binary 11101101 1011001 1101101 0 111110 110110 111 101100000 1010000 1000000

Color Harmonies of #ED596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED596D

Black with #ED596D

Text Example


Text Example

White with #ED596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED596D; }

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

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

background-color css

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

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

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

border-color css

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

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

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