#EC5363

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

Shades of Wild Watermelon #EC5363

Tints of Wild Watermelon #EC5363

Color information

#EC5363 (or 0xEC5363) is unknown color: approx Wild Watermelon. HEX triplet: EC, 53 and 63. RGB value is (236,83,99). Sum of RGB (Red+Green+Blue) = 236+83+99=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5363 is #13AC9C. Grayscale: #828282. Windows color (decimal): -1289373 or 6509548. OLE color: 6509548.

HSL color Cylindrical-coordinate representation of color #EC5363: hue angle of 353.73º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5363 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB2368399-
CMYK00.650.580.07
HSL353.73º80.1%62.55%-
HSV(B)353.73º64.83%92.55%-
XYZ39.9424.9214.51-
YUV130.57110.19203.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.46%
GREEN value IS 83 (32.81% from 255) = 19.86%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=56.46%
G=19.86%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236839900.650.580.07353.7380.162.55
HexEC53630413A7162503f
Octal354123143010172754212077
Binary1110110010100111100011010000011110101111011000101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5363; }

 p { color: rgb(236,83,99); }

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

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

 a { background-color: rgb(236,83,99); }

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

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

 span { border-color: rgb(236,83,99); }

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