#EC556D

Color #EC556D Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #EC556D

Tints of Wild Watermelon #EC556D

Color information

#EC556D (or 0xEC556D) is unknown color: approx Wild Watermelon. HEX triplet: EC, 55 and 6D. RGB value is (236,85,109). Sum of RGB (Red+Green+Blue) = 236+85+109=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC556D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC556D is #13AA92. Grayscale: #848484. Windows color (decimal): -1288851 or 7165420. OLE color: 7165420.

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

Color convert

RGB23685109-
CMYK00.640.540.07
HSL350.46º79.89%62.94%-
HSV(B)350.46º63.98%92.55%-
XYZ40.625.4317.24-
YUV132.88114.53201.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.88%
GREEN value IS 85 (33.59% from 255) = 19.77%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=54.88%
G=19.77%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368510900.640.540.07350.4679.8962.94
HexEC556D04036715e503f
Octal354125155010066753612077
Binary1110110010101011101101010000001101101111010111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC556D; }

 p { color: rgb(236,85,109); }

 H1.HeaderClassName
 {
   color: #EC556D;
 }
 .AnyTagClassName
 {
   color: #EC556D;
 }
</style>
background-color css

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

 a { background-color: rgb(236,85,109); }

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

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

 span { border-color: rgb(236,85,109); }

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