Html Css Color HEX #EC536D Wild Watermelon

📋 copy color: '#EC536D'

red 236 ◦ green 83 ◦ blue 109

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

Shades of Wild Watermelon #EC536D

Tints of Wild Watermelon #EC536D

RGB

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

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

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

R = 55.14%
G = 19.39%
B = 25.47%

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

#EC536D (or 0xEC536D) is known color: Wild Watermelon. HEX triplet: EC, 53 and 6D. RGB value is (236,83,109). Sum of RGB (Red+Green+Blue) = 236+83+109=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC536D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC536D is #13AC92. Grayscale: #838383. Windows color (decimal): -1289363 or 7164908. OLE color: 7164908.

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

Color convert

RGB 236 83 109 -
CMYK 0 0.65 0.54 0.07
HSL 349.8º 0.8% 0.63% -
HSV(B) 349.8º 0.65% 0.93% -
XYZ 40.45 25.12 17.19 -
YUV 131.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 236 83 109 0 0.65 0.54 0.07 349.8 0.8 0.63
Hex EC 53 6D 0 41 36 7 15E 50 3F
Octal 354 123 155 0 101 66 7 536 120 77
Binary 11101100 1010011 1101101 0 1000001 110110 111 101011110 1010000 111111

Color Harmonies of #EC536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC536D

Black with #EC536D

Text Example


Text Example

White with #EC536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC536D; }

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

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

background-color css

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

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

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

border-color css

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

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

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