Html Css Color HEX #ED596E Wild Watermelon

📋 copy color: '#ED596E'

red 237 ◦ green 89 ◦ blue 110

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

Shades of Wild Watermelon #ED596E

Tints of Wild Watermelon #ED596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.23%

R = 54.36%
G = 20.41%
B = 25.23%

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

#ED596E (or 0xED596E) is known color: Wild Watermelon. HEX triplet: ED, 59 and 6E. RGB value is (237,89,110). Sum of RGB (Red+Green+Blue) = 237+89+110=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED596E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED596E is #12A691. Grayscale: #878787. Windows color (decimal): -1222290 or 7231981. OLE color: 7231981.

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

Color convert

RGB 237 89 110 -
CMYK 0 0.62 0.54 0.07
HSL 351.49º 0.8% 0.64% -
HSV(B) 351.49º 0.62% 0.93% -
XYZ 41.31 26.28 17.65 -
YUV 135.65 113.53 200.29 -
System Red Green Blue C M Y K H S L
Decimal 237 89 110 0 0.62 0.54 0.07 351.49 0.8 0.64
Hex ED 59 6E 0 3E 36 7 15F 50 40
Octal 355 131 156 0 76 66 7 537 120 100
Binary 11101101 1011001 1101110 0 111110 110110 111 101011111 1010000 1000000

Color Harmonies of #ED596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED596E

Black with #ED596E

Text Example


Text Example

White with #ED596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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