Html Css Color HEX #EC5265 Wild Watermelon

📋 copy color: '#EC5265'

red 236 ◦ green 82 ◦ blue 101

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

Shades of Wild Watermelon #EC5265

Tints of Wild Watermelon #EC5265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 56.32%
G = 19.57%
B = 24.11%

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

#EC5265 (or 0xEC5265) is known color: Wild Watermelon. HEX triplet: EC, 52 and 65. RGB value is (236,82,101). Sum of RGB (Red+Green+Blue) = 236+82+101=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5265 is #13AD9A. Grayscale: #828282. Windows color (decimal): -1289627 or 6640364. OLE color: 6640364.

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

Color convert

RGB 236 82 101 -
CMYK 0 0.65 0.57 0.07
HSL 352.6º 0.8% 0.62% -
HSV(B) 352.6º 0.65% 0.93% -
XYZ 39.96 24.81 14.99 -
YUV 130.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 236 82 101 0 0.65 0.57 0.07 352.6 0.8 0.62
Hex EC 52 65 0 41 39 7 161 50 3E
Octal 354 122 145 0 101 71 7 541 120 76
Binary 11101100 1010010 1100101 0 1000001 111001 111 101100001 1010000 111110

Color Harmonies of #EC5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5265

Black with #EC5265

Text Example


Text Example

White with #EC5265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5265; }

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

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

background-color css

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

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

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

border-color css

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

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

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