Html Css Color HEX #EC4D64 Wild Watermelon

📋 copy color: '#EC4D64'

red 236 ◦ green 77 ◦ blue 100

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

Shades of Wild Watermelon #EC4D64

Tints of Wild Watermelon #EC4D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.64%

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

R = 57.14%
G = 18.64%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC4D64 (or 0xEC4D64) is known color: Wild Watermelon. HEX triplet: EC, 4D and 64. RGB value is (236,77,100). Sum of RGB (Red+Green+Blue) = 236+77+100=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D64 is #13B29B. Grayscale: #7F7F7F. Windows color (decimal): -1290908 or 6573548. OLE color: 6573548.

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

Color convert

RGB 236 77 100 -
CMYK 0 0.67 0.58 0.07
HSL 351.32º 0.81% 0.61% -
HSV(B) 351.32º 0.67% 0.93% -
XYZ 39.55 24.06 14.62 -
YUV 127.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 236 77 100 0 0.67 0.58 0.07 351.32 0.81 0.61
Hex EC 4D 64 0 43 3A 7 15F 51 3D
Octal 354 115 144 0 103 72 7 537 121 75
Binary 11101100 1001101 1100100 0 1000011 111010 111 101011111 1010001 111101

Color Harmonies of #EC4D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D64

Black with #EC4D64

Text Example


Text Example

White with #EC4D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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