Html Css Color HEX #EC5970 Wild Watermelon

📋 copy color: '#EC5970'

red 236 ◦ green 89 ◦ blue 112

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

Shades of Wild Watermelon #EC5970

Tints of Wild Watermelon #EC5970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.37%

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

R = 54%
G = 20.37%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC5970 (or 0xEC5970) is known color: Wild Watermelon. HEX triplet: EC, 59 and 70. RGB value is (236,89,112). Sum of RGB (Red+Green+Blue) = 236+89+112=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5970 is #13A68F. Grayscale: #878787. Windows color (decimal): -1287824 or 7363052. OLE color: 7363052.

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

Color convert

RGB 236 89 112 -
CMYK 0 0.62 0.53 0.07
HSL 350.61º 0.79% 0.64% -
HSV(B) 350.61º 0.62% 0.93% -
XYZ 41.09 26.15 18.21 -
YUV 135.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 236 89 112 0 0.62 0.53 0.07 350.61 0.79 0.64
Hex EC 59 70 0 3E 35 7 15F 4F 40
Octal 354 131 160 0 76 65 7 537 117 100
Binary 11101100 1011001 1110000 0 111110 110101 111 101011111 1001111 1000000

Color Harmonies of #EC5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5970

Black with #EC5970

Text Example


Text Example

White with #EC5970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5970; }

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

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

background-color css

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

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

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

border-color css

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

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

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