Html Css Color HEX #EC5364 Wild Watermelon

📋 copy color: '#EC5364'

red 236 ◦ green 83 ◦ blue 100

#EC5364
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #EC5364

Tints of Wild Watermelon #EC5364

RGB

 RED value IS 236 (92.58% from 255) = 56.32%

 GREEN value IS 83 (32.81% from 255) = 19.81%

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 56.32%
G = 19.81%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC5364 (or 0xEC5364) is known color: Wild Watermelon. HEX triplet: EC, 53 and 64. RGB value is (236,83,100). Sum of RGB (Red+Green+Blue) = 236+83+100=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5364 is #13AC9B. Grayscale: #828282. Windows color (decimal): -1289372 or 6575084. OLE color: 6575084.

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

Color convert

RGB 236 83 100 -
CMYK 0 0.65 0.58 0.07
HSL 353.33º 0.8% 0.63% -
HSV(B) 353.33º 0.65% 0.93% -
XYZ 39.99 24.94 14.76 -
YUV 130.69 110.69 203.12 -
System Red Green Blue C M Y K H S L
Decimal 236 83 100 0 0.65 0.58 0.07 353.33 0.8 0.63
Hex EC 53 64 0 41 3A 7 161 50 3F
Octal 354 123 144 0 101 72 7 541 120 77
Binary 11101100 1010011 1100100 0 1000001 111010 111 101100001 1010000 111111

Color Harmonies of #EC5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5364

Black with #EC5364

Text Example


Text Example

White with #EC5364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5364; }

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

 H1.HeaderClassName
 {
   color: #EC5364;
 }
 .AnyTagClassName
 {
   color: #EC5364;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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