Html Css Color HEX #EC5972 Wild Watermelon

📋 copy color: '#EC5972'

red 236 ◦ green 89 ◦ blue 114

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

Shades of Wild Watermelon #EC5972

Tints of Wild Watermelon #EC5972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.97%

R = 53.76%
G = 20.27%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC5972 (or 0xEC5972) is known color: Wild Watermelon. HEX triplet: EC, 59 and 72. RGB value is (236,89,114). Sum of RGB (Red+Green+Blue) = 236+89+114=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5972 is #13A68D. Grayscale: #878787. Windows color (decimal): -1287822 or 7494124. OLE color: 7494124.

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

Color convert

RGB 236 89 114 -
CMYK 0 0.62 0.52 0.07
HSL 349.8º 0.79% 0.64% -
HSV(B) 349.8º 0.62% 0.93% -
XYZ 41.2 26.19 18.8 -
YUV 135.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 236 89 114 0 0.62 0.52 0.07 349.8 0.79 0.64
Hex EC 59 72 0 3E 34 7 15E 4F 40
Octal 354 131 162 0 76 64 7 536 117 100
Binary 11101100 1011001 1110010 0 111110 110100 111 101011110 1001111 1000000

Color Harmonies of #EC5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5972

Black with #EC5972

Text Example


Text Example

White with #EC5972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5972; }

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

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

background-color css

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

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

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

border-color css

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

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

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