Html Css Color HEX #EC5063 Wild Watermelon

📋 copy color: '#EC5063'

red 236 ◦ green 80 ◦ blue 99

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

Shades of Wild Watermelon #EC5063

Tints of Wild Watermelon #EC5063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

 BLUE value IS 99 (39.06% from 255) = 23.86%

R = 56.87%
G = 19.28%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC5063 (or 0xEC5063) is known color: Wild Watermelon. HEX triplet: EC, 50 and 63. RGB value is (236,80,99). Sum of RGB (Red+Green+Blue) = 236+80+99=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5063 is #13AF9C. Grayscale: #808080. Windows color (decimal): -1290141 or 6508780. OLE color: 6508780.

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

Color convert

RGB 236 80 99 -
CMYK 0 0.66 0.58 0.07
HSL 352.69º 0.8% 0.62% -
HSV(B) 352.69º 0.66% 0.93% -
XYZ 39.71 24.47 14.43 -
YUV 128.81 111.18 204.46 -
System Red Green Blue C M Y K H S L
Decimal 236 80 99 0 0.66 0.58 0.07 352.69 0.8 0.62
Hex EC 50 63 0 42 3A 7 161 50 3E
Octal 354 120 143 0 102 72 7 541 120 76
Binary 11101100 1010000 1100011 0 1000010 111010 111 101100001 1010000 111110

Color Harmonies of #EC5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5063

Black with #EC5063

Text Example


Text Example

White with #EC5063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5063; }

 p { color: rgb(236,80,99); }

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

background-color css

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

 a { background-color: rgb(236,80,99); }

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

border-color css

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

 span { border-color: rgb(236,80,99); }

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