Html Css Color HEX #EC5664 Wild Watermelon

📋 copy color: '#EC5664'

red 236 ◦ green 86 ◦ blue 100

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

Shades of Wild Watermelon #EC5664

Tints of Wild Watermelon #EC5664

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.38%

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

R = 55.92%
G = 20.38%
B = 23.7%

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

#EC5664 (or 0xEC5664) is known color: Wild Watermelon. HEX triplet: EC, 56 and 64. RGB value is (236,86,100). Sum of RGB (Red+Green+Blue) = 236+86+100=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5664 is #13A99B. Grayscale: #848484. Windows color (decimal): -1288604 or 6575852. OLE color: 6575852.

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

Color convert

RGB 236 86 100 -
CMYK 0 0.64 0.58 0.07
HSL 354.4º 0.8% 0.63% -
HSV(B) 354.4º 0.64% 0.93% -
XYZ 40.22 25.41 14.84 -
YUV 132.45 109.7 201.86 -
System Red Green Blue C M Y K H S L
Decimal 236 86 100 0 0.64 0.58 0.07 354.4 0.8 0.63
Hex EC 56 64 0 40 3A 7 162 50 3F
Octal 354 126 144 0 100 72 7 542 120 77
Binary 11101100 1010110 1100100 0 1000000 111010 111 101100010 1010000 111111

Color Harmonies of #EC5664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5664

Black with #EC5664

Text Example


Text Example

White with #EC5664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5664; }

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

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

background-color css

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

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

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

border-color css

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

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

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