Html Css Color HEX #EC5770 Wild Watermelon

📋 copy color: '#EC5770'

red 236 ◦ green 87 ◦ blue 112

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

Shades of Wild Watermelon #EC5770

Tints of Wild Watermelon #EC5770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20%

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 54.25%
G = 20%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC5770 (or 0xEC5770) is known color: Wild Watermelon. HEX triplet: EC, 57 and 70. RGB value is (236,87,112). Sum of RGB (Red+Green+Blue) = 236+87+112=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5770 is #13A88F. Grayscale: #868686. Windows color (decimal): -1288336 or 7362540. OLE color: 7362540.

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

Color convert

RGB 236 87 112 -
CMYK 0 0.63 0.53 0.07
HSL 349.93º 0.8% 0.63% -
HSV(B) 349.93º 0.63% 0.93% -
XYZ 40.92 25.82 18.16 -
YUV 134.4 115.36 200.47 -
System Red Green Blue C M Y K H S L
Decimal 236 87 112 0 0.63 0.53 0.07 349.93 0.8 0.63
Hex EC 57 70 0 3F 35 7 15E 50 3F
Octal 354 127 160 0 77 65 7 536 120 77
Binary 11101100 1010111 1110000 0 111111 110101 111 101011110 1010000 111111

Color Harmonies of #EC5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5770

Black with #EC5770

Text Example


Text Example

White with #EC5770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5770; }

 p { color: rgb(236,87,112); }

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

background-color css

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

 a { background-color: rgb(236,87,112); }

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

border-color css

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

 span { border-color: rgb(236,87,112); }

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