#EC5B75

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

Shades of Wild Watermelon #EC5B75

Tints of Wild Watermelon #EC5B75

Color information

#EC5B75 (or 0xEC5B75) is unknown color: approx Wild Watermelon. HEX triplet: EC, 5B and 75. RGB value is (236,91,117). Sum of RGB (Red+Green+Blue) = 236+91+117=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5B75 is #13A48A. Grayscale: #898989. Windows color (decimal): -1287307 or 7691244. OLE color: 7691244.

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

Color convert

RGB23691117-
CMYK00.610.500.07
HSL349.24º79.23%64.12%-
HSV(B)349.24º61.44%92.55%-
XYZ41.5426.619.77-
YUV137.32116.54198.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.15%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=53.15%
G=20.50%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369111700.610.500.07349.2479.2364.12
HexEC5B7503D32715d4f40
Octal354133165075627535117100
Binary1110110010110111110101011110111001011110101110110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5B75; }

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

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

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

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

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

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

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

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