Html Css Color HEX #EC536C Wild Watermelon

📋 copy color: '#EC536C'

red 236 ◦ green 83 ◦ blue 108

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

Shades of Wild Watermelon #EC536C

Tints of Wild Watermelon #EC536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 55.27%
G = 19.44%
B = 25.29%

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

#EC536C (or 0xEC536C) is known color: Wild Watermelon. HEX triplet: EC, 53 and 6C. RGB value is (236,83,108). Sum of RGB (Red+Green+Blue) = 236+83+108=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC536C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC536C is #13AC93. Grayscale: #838383. Windows color (decimal): -1289364 or 7099372. OLE color: 7099372.

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

Color convert

RGB 236 83 108 -
CMYK 0 0.65 0.54 0.07
HSL 350.2º 0.8% 0.63% -
HSV(B) 350.2º 0.65% 0.93% -
XYZ 40.39 25.1 16.9 -
YUV 131.6 114.69 202.47 -
System Red Green Blue C M Y K H S L
Decimal 236 83 108 0 0.65 0.54 0.07 350.2 0.8 0.63
Hex EC 53 6C 0 41 36 7 15E 50 3F
Octal 354 123 154 0 101 66 7 536 120 77
Binary 11101100 1010011 1101100 0 1000001 110110 111 101011110 1010000 111111

Color Harmonies of #EC536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC536C

Black with #EC536C

Text Example


Text Example

White with #EC536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC536C; }

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

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

background-color css

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

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

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

border-color css

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

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

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