Html Css Color HEX #EC526D Wild Watermelon

📋 copy color: '#EC526D'

red 236 ◦ green 82 ◦ blue 109

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

Shades of Wild Watermelon #EC526D

Tints of Wild Watermelon #EC526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.2%

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 55.27%
G = 19.2%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC526D (or 0xEC526D) is known color: Wild Watermelon. HEX triplet: EC, 52 and 6D. RGB value is (236,82,109). Sum of RGB (Red+Green+Blue) = 236+82+109=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC526D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC526D is #13AD92. Grayscale: #838383. Windows color (decimal): -1289619 or 7164652. OLE color: 7164652.

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

Color convert

RGB 236 82 109 -
CMYK 0 0.65 0.54 0.07
HSL 349.48º 0.8% 0.62% -
HSV(B) 349.48º 0.65% 0.93% -
XYZ 40.37 24.97 17.16 -
YUV 131.12 115.52 202.8 -
System Red Green Blue C M Y K H S L
Decimal 236 82 109 0 0.65 0.54 0.07 349.48 0.8 0.62
Hex EC 52 6D 0 41 36 7 15D 50 3E
Octal 354 122 155 0 101 66 7 535 120 76
Binary 11101100 1010010 1101101 0 1000001 110110 111 101011101 1010000 111110

Color Harmonies of #EC526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC526D

Black with #EC526D

Text Example


Text Example

White with #EC526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC526D; }

 p { color: rgb(236,82,109); }

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

background-color css

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

 a { background-color: rgb(236,82,109); }

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

border-color css

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

 span { border-color: rgb(236,82,109); }

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