Html Css Color HEX #EC536E Wild Watermelon

📋 copy color: '#EC536E'

red 236 ◦ green 83 ◦ blue 110

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

Shades of Wild Watermelon #EC536E

Tints of Wild Watermelon #EC536E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.64%

R = 55.01%
G = 19.35%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC536E (or 0xEC536E) is known color: Wild Watermelon. HEX triplet: EC, 53 and 6E. RGB value is (236,83,110). Sum of RGB (Red+Green+Blue) = 236+83+110=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC536E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC536E is #13AC91. Grayscale: #838383. Windows color (decimal): -1289362 or 7230444. OLE color: 7230444.

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

Color convert

RGB 236 83 110 -
CMYK 0 0.65 0.53 0.07
HSL 349.41º 0.8% 0.63% -
HSV(B) 349.41º 0.65% 0.93% -
XYZ 40.5 25.15 17.47 -
YUV 131.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 236 83 110 0 0.65 0.53 0.07 349.41 0.8 0.63
Hex EC 53 6E 0 41 35 7 15D 50 3F
Octal 354 123 156 0 101 65 7 535 120 77
Binary 11101100 1010011 1101110 0 1000001 110101 111 101011101 1010000 111111

Color Harmonies of #EC536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC536E

Black with #EC536E

Text Example


Text Example

White with #EC536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC536E; }

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

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

background-color css

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

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

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

border-color css

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

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

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