Html Css Color HEX #ED556A Wild Watermelon

📋 copy color: '#ED556A'

red 237 ◦ green 85 ◦ blue 106

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

Shades of Wild Watermelon #ED556A

Tints of Wild Watermelon #ED556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.86%

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

R = 55.37%
G = 19.86%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED556A (or 0xED556A) is known color: Wild Watermelon. HEX triplet: ED, 55 and 6A. RGB value is (237,85,106). Sum of RGB (Red+Green+Blue) = 237+85+106=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED556A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED556A is #12AA95. Grayscale: #848484. Windows color (decimal): -1223318 or 6968813. OLE color: 6968813.

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

Color convert

RGB 237 85 106 -
CMYK 0 0.64 0.55 0.07
HSL 351.71º 0.81% 0.63% -
HSV(B) 351.71º 0.64% 0.93% -
XYZ 40.78 25.54 16.42 -
YUV 132.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 237 85 106 0 0.64 0.55 0.07 351.71 0.81 0.63
Hex ED 55 6A 0 40 37 7 160 51 3F
Octal 355 125 152 0 100 67 7 540 121 77
Binary 11101101 1010101 1101010 0 1000000 110111 111 101100000 1010001 111111

Color Harmonies of #ED556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED556A

Black with #ED556A

Text Example


Text Example

White with #ED556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED556A; }

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

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

background-color css

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

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

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

border-color css

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

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

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