Html Css Color HEX #EC536A Wild Watermelon

📋 copy color: '#EC536A'

red 236 ◦ green 83 ◦ blue 106

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

Shades of Wild Watermelon #EC536A

Tints of Wild Watermelon #EC536A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.53%

 BLUE value IS 106 (41.8% from 255) = 24.94%

R = 55.53%
G = 19.53%
B = 24.94%

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

#EC536A (or 0xEC536A) is known color: Wild Watermelon. HEX triplet: EC, 53 and 6A. RGB value is (236,83,106). Sum of RGB (Red+Green+Blue) = 236+83+106=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC536A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC536A is #13AC95. Grayscale: #838383. Windows color (decimal): -1289366 or 6968300. OLE color: 6968300.

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

Color convert

RGB 236 83 106 -
CMYK 0 0.65 0.55 0.07
HSL 350.98º 0.8% 0.63% -
HSV(B) 350.98º 0.65% 0.93% -
XYZ 40.29 25.06 16.35 -
YUV 131.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 236 83 106 0 0.65 0.55 0.07 350.98 0.8 0.63
Hex EC 53 6A 0 41 37 7 15F 50 3F
Octal 354 123 152 0 101 67 7 537 120 77
Binary 11101100 1010011 1101010 0 1000001 110111 111 101011111 1010000 111111

Color Harmonies of #EC536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC536A

Black with #EC536A

Text Example


Text Example

White with #EC536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC536A; }

 p { color: rgb(236,83,106); }

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

background-color css

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

 a { background-color: rgb(236,83,106); }

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

border-color css

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

 span { border-color: rgb(236,83,106); }

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