#EC5B74

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

Shades of Wild Watermelon #EC5B74

Tints of Wild Watermelon #EC5B74

Color information

#EC5B74 (or 0xEC5B74) is unknown color: approx Wild Watermelon. HEX triplet: EC, 5B and 74. RGB value is (236,91,116). Sum of RGB (Red+Green+Blue) = 236+91+116=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5B74 is #13A48B. Grayscale: #898989. Windows color (decimal): -1287308 or 7625708. OLE color: 7625708.

HSL color Cylindrical-coordinate representation of color #EC5B74: hue angle of 349.66º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5B74 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB23691116-
CMYK00.610.510.07
HSL349.66º79.23%64.12%-
HSV(B)349.66º61.44%92.55%-
XYZ41.4926.5819.47-
YUV137.2116.04198.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.27%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 116 (45.70% from 255) = 26.19%
R=53.27%
G=20.54%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369111600.610.510.07349.6679.2364.12
HexEC5B7403D33715e4f40
Octal354133164075637536117100
Binary1110110010110111110100011110111001111110101111010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5B74; }

 p { color: rgb(236,91,116); }

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

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

 a { background-color: rgb(236,91,116); }

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

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

 span { border-color: rgb(236,91,116); }

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