Html Css Color HEX #EC556A Wild Watermelon

📋 copy color: '#EC556A'

red 236 ◦ green 85 ◦ blue 106

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

Shades of Wild Watermelon #EC556A

Tints of Wild Watermelon #EC556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.91%

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

R = 55.27%
G = 19.91%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC556A (or 0xEC556A) is known color: Wild Watermelon. HEX triplet: EC, 55 and 6A. RGB value is (236,85,106). Sum of RGB (Red+Green+Blue) = 236+85+106=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC556A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC556A is #13AA95. Grayscale: #848484. Windows color (decimal): -1288854 or 6968812. OLE color: 6968812.

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

Color convert

RGB 236 85 106 -
CMYK 0 0.64 0.55 0.07
HSL 351.66º 0.8% 0.63% -
HSV(B) 351.66º 0.64% 0.93% -
XYZ 40.44 25.37 16.4 -
YUV 132.54 113.03 201.79 -
System Red Green Blue C M Y K H S L
Decimal 236 85 106 0 0.64 0.55 0.07 351.66 0.8 0.63
Hex EC 55 6A 0 40 37 7 160 50 3F
Octal 354 125 152 0 100 67 7 540 120 77
Binary 11101100 1010101 1101010 0 1000000 110111 111 101100000 1010000 111111

Color Harmonies of #EC556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC556A

Black with #EC556A

Text Example


Text Example

White with #EC556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC556A; }

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

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

background-color css

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

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

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

border-color css

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

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

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