Html Css Color HEX #EC506B Wild Watermelon

📋 copy color: '#EC506B'

red 236 ◦ green 80 ◦ blue 107

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

Shades of Wild Watermelon #EC506B

Tints of Wild Watermelon #EC506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.3%

R = 55.79%
G = 18.91%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC506B (or 0xEC506B) is known color: Wild Watermelon. HEX triplet: EC, 50 and 6B. RGB value is (236,80,107). Sum of RGB (Red+Green+Blue) = 236+80+107=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC506B is #13AF94. Grayscale: #818181. Windows color (decimal): -1290133 or 7033068. OLE color: 7033068.

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

Color convert

RGB 236 80 107 -
CMYK 0 0.66 0.55 0.07
HSL 349.62º 0.8% 0.62% -
HSV(B) 349.62º 0.66% 0.93% -
XYZ 40.11 24.63 16.55 -
YUV 129.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 236 80 107 0 0.66 0.55 0.07 349.62 0.8 0.62
Hex EC 50 6B 0 42 37 7 15E 50 3E
Octal 354 120 153 0 102 67 7 536 120 76
Binary 11101100 1010000 1101011 0 1000010 110111 111 101011110 1010000 111110

Color Harmonies of #EC506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC506B

Black with #EC506B

Text Example


Text Example

White with #EC506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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