Html Css Color HEX #EC5061 Wild Watermelon

📋 copy color: '#EC5061'

red 236 ◦ green 80 ◦ blue 97

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

Shades of Wild Watermelon #EC5061

Tints of Wild Watermelon #EC5061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.37%

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

R = 57.14%
G = 19.37%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC5061 (or 0xEC5061) is known color: Wild Watermelon. HEX triplet: EC, 50 and 61. RGB value is (236,80,97). Sum of RGB (Red+Green+Blue) = 236+80+97=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5061 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5061 is #13AF9E. Grayscale: #808080. Windows color (decimal): -1290143 or 6377708. OLE color: 6377708.

HSL color Cylindrical-coordinate representation of color #EC5061: hue angle of 353.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5061 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 97 -
CMYK 0 0.66 0.59 0.07
HSL 353.46º 0.8% 0.62% -
HSV(B) 353.46º 0.66% 0.93% -
XYZ 39.62 24.43 13.94 -
YUV 128.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 236 80 97 0 0.66 0.59 0.07 353.46 0.8 0.62
Hex EC 50 61 0 42 3B 7 161 50 3E
Octal 354 120 141 0 102 73 7 541 120 76
Binary 11101100 1010000 1100001 0 1000010 111011 111 101100001 1010000 111110

Color Harmonies of #EC5061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5061

Black with #EC5061

Text Example


Text Example

White with #EC5061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5061; }

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

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

background-color css

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

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

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

border-color css

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

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

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