#EC5362

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

Shades of Wild Watermelon #EC5362

Tints of Wild Watermelon #EC5362

Color information

#EC5362 (or 0xEC5362) is unknown color: approx Wild Watermelon. HEX triplet: EC, 53 and 62. RGB value is (236,83,98). Sum of RGB (Red+Green+Blue) = 236+83+98=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5362 is #13AC9D. Grayscale: #828282. Windows color (decimal): -1289374 or 6444012. OLE color: 6444012.

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

Color convert

RGB2368398-
CMYK00.650.580.07
HSL354.12º80.1%62.55%-
HSV(B)354.12º64.83%92.55%-
XYZ39.8924.914.26-
YUV130.46109.69203.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.59%
GREEN value IS 83 (32.81% from 255) = 19.90%
BLUE value IS 98 (38.67% from 255) = 23.50%
R=56.59%
G=19.90%
B=23.50%

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
Decimal236839800.650.580.07354.1280.162.55
HexEC53620413A7162503f
Octal354123142010172754212077
Binary1110110010100111100010010000011110101111011000101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5362; }

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

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

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

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

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

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

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

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