Html Css Color HEX #EC5067 Wild Watermelon

📋 copy color: '#EC5067'

red 236 ◦ green 80 ◦ blue 103

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

Shades of Wild Watermelon #EC5067

Tints of Wild Watermelon #EC5067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.58%

R = 56.32%
G = 19.09%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC5067 (or 0xEC5067) is known color: Wild Watermelon. HEX triplet: EC, 50 and 67. RGB value is (236,80,103). Sum of RGB (Red+Green+Blue) = 236+80+103=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5067 is #13AF98. Grayscale: #818181. Windows color (decimal): -1290137 or 6770924. OLE color: 6770924.

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

Color convert

RGB 236 80 103 -
CMYK 0 0.66 0.56 0.07
HSL 351.15º 0.8% 0.62% -
HSV(B) 351.15º 0.66% 0.93% -
XYZ 39.91 24.55 15.47 -
YUV 129.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 236 80 103 0 0.66 0.56 0.07 351.15 0.8 0.62
Hex EC 50 67 0 42 38 7 15F 50 3E
Octal 354 120 147 0 102 70 7 537 120 76
Binary 11101100 1010000 1100111 0 1000010 111000 111 101011111 1010000 111110

Color Harmonies of #EC5067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5067

Black with #EC5067

Text Example


Text Example

White with #EC5067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5067; }

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

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

background-color css

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

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

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

border-color css

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

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

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