Html Css Color HEX #EC5266 Wild Watermelon

📋 copy color: '#EC5266'

red 236 ◦ green 82 ◦ blue 102

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

Shades of Wild Watermelon #EC5266

Tints of Wild Watermelon #EC5266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.52%

 BLUE value IS 102 (40.23% from 255) = 24.29%

R = 56.19%
G = 19.52%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC5266 (or 0xEC5266) is known color: Wild Watermelon. HEX triplet: EC, 52 and 66. RGB value is (236,82,102). Sum of RGB (Red+Green+Blue) = 236+82+102=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5266 is #13AD99. Grayscale: #828282. Windows color (decimal): -1289626 or 6705900. OLE color: 6705900.

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

Color convert

RGB 236 82 102 -
CMYK 0 0.65 0.57 0.07
HSL 352.21º 0.8% 0.62% -
HSV(B) 352.21º 0.65% 0.93% -
XYZ 40.01 24.83 15.25 -
YUV 130.33 112.02 203.37 -
System Red Green Blue C M Y K H S L
Decimal 236 82 102 0 0.65 0.57 0.07 352.21 0.8 0.62
Hex EC 52 66 0 41 39 7 160 50 3E
Octal 354 122 146 0 101 71 7 540 120 76
Binary 11101100 1010010 1100110 0 1000001 111001 111 101100000 1010000 111110

Color Harmonies of #EC5266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5266

Black with #EC5266

Text Example


Text Example

White with #EC5266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5266; }

 p { color: rgb(236,82,102); }

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

background-color css

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

 a { background-color: rgb(236,82,102); }

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

border-color css

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

 span { border-color: rgb(236,82,102); }

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