Html Css Color HEX #EC5464 Wild Watermelon

📋 copy color: '#EC5464'

red 236 ◦ green 84 ◦ blue 100

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

Shades of Wild Watermelon #EC5464

Tints of Wild Watermelon #EC5464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20%

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

R = 56.19%
G = 20%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC5464 (or 0xEC5464) is known color: Wild Watermelon. HEX triplet: EC, 54 and 64. RGB value is (236,84,100). Sum of RGB (Red+Green+Blue) = 236+84+100=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5464 is #13AB9B. Grayscale: #838383. Windows color (decimal): -1289116 or 6575340. OLE color: 6575340.

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

Color convert

RGB 236 84 100 -
CMYK 0 0.64 0.58 0.07
HSL 353.68º 0.8% 0.63% -
HSV(B) 353.68º 0.64% 0.93% -
XYZ 40.06 25.09 14.79 -
YUV 131.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 236 84 100 0 0.64 0.58 0.07 353.68 0.8 0.63
Hex EC 54 64 0 40 3A 7 162 50 3F
Octal 354 124 144 0 100 72 7 542 120 77
Binary 11101100 1010100 1100100 0 1000000 111010 111 101100010 1010000 111111

Color Harmonies of #EC5464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5464

Black with #EC5464

Text Example


Text Example

White with #EC5464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5464; }

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

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

background-color css

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

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

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

border-color css

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

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

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