Html Css Color HEX #EC5561 Wild Watermelon

📋 copy color: '#EC5561'

red 236 ◦ green 85 ◦ blue 97

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

Shades of Wild Watermelon #EC5561

Tints of Wild Watermelon #EC5561

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.33%

 BLUE value IS 97 (38.28% from 255) = 23.21%

R = 56.46%
G = 20.33%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC5561 (or 0xEC5561) is known color: Wild Watermelon. HEX triplet: EC, 55 and 61. RGB value is (236,85,97). Sum of RGB (Red+Green+Blue) = 236+85+97=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5561 is #13AA9E. Grayscale: #838383. Windows color (decimal): -1288863 or 6378988. OLE color: 6378988.

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

Color convert

RGB 236 85 97 -
CMYK 0 0.64 0.59 0.07
HSL 355.23º 0.8% 0.63% -
HSV(B) 355.23º 0.64% 0.93% -
XYZ 40 25.19 14.06 -
YUV 131.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 236 85 97 0 0.64 0.59 0.07 355.23 0.8 0.63
Hex EC 55 61 0 40 3B 7 163 50 3F
Octal 354 125 141 0 100 73 7 543 120 77
Binary 11101100 1010101 1100001 0 1000000 111011 111 101100011 1010000 111111

Color Harmonies of #EC5561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5561

Black with #EC5561

Text Example


Text Example

White with #EC5561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5561; }

 p { color: rgb(236,85,97); }

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

background-color css

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

 a { background-color: rgb(236,85,97); }

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

border-color css

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

 span { border-color: rgb(236,85,97); }

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