Html Css Color HEX #EC526B Wild Watermelon

📋 copy color: '#EC526B'

red 236 ◦ green 82 ◦ blue 107

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

Shades of Wild Watermelon #EC526B

Tints of Wild Watermelon #EC526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 55.53%
G = 19.29%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC526B (or 0xEC526B) is known color: Wild Watermelon. HEX triplet: EC, 52 and 6B. RGB value is (236,82,107). Sum of RGB (Red+Green+Blue) = 236+82+107=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC526B is #13AD94. Grayscale: #828282. Windows color (decimal): -1289621 or 7033580. OLE color: 7033580.

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

Color convert

RGB 236 82 107 -
CMYK 0 0.65 0.55 0.07
HSL 350.26º 0.8% 0.62% -
HSV(B) 350.26º 0.65% 0.93% -
XYZ 40.26 24.93 16.6 -
YUV 130.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 236 82 107 0 0.65 0.55 0.07 350.26 0.8 0.62
Hex EC 52 6B 0 41 37 7 15E 50 3E
Octal 354 122 153 0 101 67 7 536 120 76
Binary 11101100 1010010 1101011 0 1000001 110111 111 101011110 1010000 111110

Color Harmonies of #EC526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC526B

Black with #EC526B

Text Example


Text Example

White with #EC526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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