Html Css Color HEX #EC5161 Wild Watermelon

📋 copy color: '#EC5161'

red 236 ◦ green 81 ◦ blue 97

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

Shades of Wild Watermelon #EC5161

Tints of Wild Watermelon #EC5161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.57%

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

R = 57%
G = 19.57%
B = 23.43%

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

#EC5161 (or 0xEC5161) is known color: Wild Watermelon. HEX triplet: EC, 51 and 61. RGB value is (236,81,97). Sum of RGB (Red+Green+Blue) = 236+81+97=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5161 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5161 is #13AE9E. Grayscale: #818181. Windows color (decimal): -1289887 or 6377964. OLE color: 6377964.

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

Color convert

RGB 236 81 97 -
CMYK 0 0.66 0.59 0.07
HSL 353.81º 0.8% 0.62% -
HSV(B) 353.81º 0.66% 0.93% -
XYZ 39.69 24.58 13.96 -
YUV 129.17 109.85 204.2 -
System Red Green Blue C M Y K H S L
Decimal 236 81 97 0 0.66 0.59 0.07 353.81 0.8 0.62
Hex EC 51 61 0 42 3B 7 162 50 3E
Octal 354 121 141 0 102 73 7 542 120 76
Binary 11101100 1010001 1100001 0 1000010 111011 111 101100010 1010000 111110

Color Harmonies of #EC5161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5161

Black with #EC5161

Text Example


Text Example

White with #EC5161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5161; }

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

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

background-color css

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

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

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

border-color css

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

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

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