Html Css Color HEX #EC516A Wild Watermelon

📋 copy color: '#EC516A'

red 236 ◦ green 81 ◦ blue 106

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

Shades of Wild Watermelon #EC516A

Tints of Wild Watermelon #EC516A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.15%

 BLUE value IS 106 (41.8% from 255) = 25.06%

R = 55.79%
G = 19.15%
B = 25.06%

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

#EC516A (or 0xEC516A) is known color: Wild Watermelon. HEX triplet: EC, 51 and 6A. RGB value is (236,81,106). Sum of RGB (Red+Green+Blue) = 236+81+106=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC516A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC516A is #13AE95. Grayscale: #828282. Windows color (decimal): -1289878 or 6967788. OLE color: 6967788.

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

Color convert

RGB 236 81 106 -
CMYK 0 0.66 0.55 0.07
HSL 350.32º 0.8% 0.62% -
HSV(B) 350.32º 0.66% 0.93% -
XYZ 40.14 24.76 16.3 -
YUV 130.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 236 81 106 0 0.66 0.55 0.07 350.32 0.8 0.62
Hex EC 51 6A 0 42 37 7 15E 50 3E
Octal 354 121 152 0 102 67 7 536 120 76
Binary 11101100 1010001 1101010 0 1000010 110111 111 101011110 1010000 111110

Color Harmonies of #EC516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC516A

Black with #EC516A

Text Example


Text Example

White with #EC516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC516A; }

 p { color: rgb(236,81,106); }

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

background-color css

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

 a { background-color: rgb(236,81,106); }

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

border-color css

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

 span { border-color: rgb(236,81,106); }

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