Html Css Color HEX #EC5662 Wild Watermelon

📋 copy color: '#EC5662'

red 236 ◦ green 86 ◦ blue 98

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

Shades of Wild Watermelon #EC5662

Tints of Wild Watermelon #EC5662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.33%

R = 56.19%
G = 20.48%
B = 23.33%

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

#EC5662 (or 0xEC5662) is known color: Wild Watermelon. HEX triplet: EC, 56 and 62. RGB value is (236,86,98). Sum of RGB (Red+Green+Blue) = 236+86+98=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5662 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5662 is #13A99D. Grayscale: #848484. Windows color (decimal): -1288606 or 6444780. OLE color: 6444780.

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

Color convert

RGB 236 86 98 -
CMYK 0 0.64 0.58 0.07
HSL 355.2º 0.8% 0.63% -
HSV(B) 355.2º 0.64% 0.93% -
XYZ 40.12 25.37 14.34 -
YUV 132.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 236 86 98 0 0.64 0.58 0.07 355.2 0.8 0.63
Hex EC 56 62 0 40 3A 7 163 50 3F
Octal 354 126 142 0 100 72 7 543 120 77
Binary 11101100 1010110 1100010 0 1000000 111010 111 101100011 1010000 111111

Color Harmonies of #EC5662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5662

Black with #EC5662

Text Example


Text Example

White with #EC5662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5662; }

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

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

background-color css

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

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

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

border-color css

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

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

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