Html Css Color HEX #EC5565 Wild Watermelon

📋 copy color: '#EC5565'

red 236 ◦ green 85 ◦ blue 101

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

Shades of Wild Watermelon #EC5565

Tints of Wild Watermelon #EC5565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.93%

R = 55.92%
G = 20.14%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC5565 (or 0xEC5565) is known color: Wild Watermelon. HEX triplet: EC, 55 and 65. RGB value is (236,85,101). Sum of RGB (Red+Green+Blue) = 236+85+101=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5565 is #13AA9A. Grayscale: #848484. Windows color (decimal): -1288859 or 6641132. OLE color: 6641132.

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

Color convert

RGB 236 85 101 -
CMYK 0 0.64 0.57 0.07
HSL 353.64º 0.8% 0.63% -
HSV(B) 353.64º 0.64% 0.93% -
XYZ 40.19 25.27 15.07 -
YUV 131.97 110.53 202.2 -
System Red Green Blue C M Y K H S L
Decimal 236 85 101 0 0.64 0.57 0.07 353.64 0.8 0.63
Hex EC 55 65 0 40 39 7 162 50 3F
Octal 354 125 145 0 100 71 7 542 120 77
Binary 11101100 1010101 1100101 0 1000000 111001 111 101100010 1010000 111111

Color Harmonies of #EC5565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5565

Black with #EC5565

Text Example


Text Example

White with #EC5565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5565; }

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

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

background-color css

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

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

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

border-color css

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

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

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