Html Css Color HEX #ED596A Wild Watermelon

📋 copy color: '#ED596A'

red 237 ◦ green 89 ◦ blue 106

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

Shades of Wild Watermelon #ED596A

Tints of Wild Watermelon #ED596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.54%

R = 54.86%
G = 20.6%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED596A (or 0xED596A) is known color: Wild Watermelon. HEX triplet: ED, 59 and 6A. RGB value is (237,89,106). Sum of RGB (Red+Green+Blue) = 237+89+106=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED596A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED596A is #12A695. Grayscale: #878787. Windows color (decimal): -1222294 or 6969837. OLE color: 6969837.

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

Color convert

RGB 237 89 106 -
CMYK 0 0.62 0.55 0.07
HSL 353.11º 0.8% 0.64% -
HSV(B) 353.11º 0.62% 0.93% -
XYZ 41.1 26.19 16.52 -
YUV 135.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 237 89 106 0 0.62 0.55 0.07 353.11 0.8 0.64
Hex ED 59 6A 0 3E 37 7 161 50 40
Octal 355 131 152 0 76 67 7 541 120 100
Binary 11101101 1011001 1101010 0 111110 110111 111 101100001 1010000 1000000

Color Harmonies of #ED596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED596A

Black with #ED596A

Text Example


Text Example

White with #ED596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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