Html Css Color HEX #EC5267 Wild Watermelon

📋 copy color: '#EC5267'

red 236 ◦ green 82 ◦ blue 103

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

Shades of Wild Watermelon #EC5267

Tints of Wild Watermelon #EC5267

RGB

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

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

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

R = 56.06%
G = 19.48%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC5267 (or 0xEC5267) is known color: Wild Watermelon. HEX triplet: EC, 52 and 67. RGB value is (236,82,103). Sum of RGB (Red+Green+Blue) = 236+82+103=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5267 is #13AD98. Grayscale: #828282. Windows color (decimal): -1289625 or 6771436. OLE color: 6771436.

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

Color convert

RGB 236 82 103 -
CMYK 0 0.65 0.56 0.07
HSL 351.82º 0.8% 0.62% -
HSV(B) 351.82º 0.65% 0.93% -
XYZ 40.06 24.85 15.52 -
YUV 130.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 236 82 103 0 0.65 0.56 0.07 351.82 0.8 0.62
Hex EC 52 67 0 41 38 7 160 50 3E
Octal 354 122 147 0 101 70 7 540 120 76
Binary 11101100 1010010 1100111 0 1000001 111000 111 101100000 1010000 111110

Color Harmonies of #EC5267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5267

Black with #EC5267

Text Example


Text Example

White with #EC5267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5267; }

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

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

background-color css

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

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

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

border-color css

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

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

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