Html Css Color HEX #EC556E Wild Watermelon

📋 copy color: '#EC556E'

red 236 ◦ green 85 ◦ blue 110

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

Shades of Wild Watermelon #EC556E

Tints of Wild Watermelon #EC556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.52%

R = 54.76%
G = 19.72%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC556E (or 0xEC556E) is known color: Wild Watermelon. HEX triplet: EC, 55 and 6E. RGB value is (236,85,110). Sum of RGB (Red+Green+Blue) = 236+85+110=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC556E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC556E is #13AA91. Grayscale: #858585. Windows color (decimal): -1288850 or 7230956. OLE color: 7230956.

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

Color convert

RGB 236 85 110 -
CMYK 0 0.64 0.53 0.07
HSL 350.07º 0.8% 0.63% -
HSV(B) 350.07º 0.64% 0.93% -
XYZ 40.66 25.46 17.52 -
YUV 133 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 236 85 110 0 0.64 0.53 0.07 350.07 0.8 0.63
Hex EC 55 6E 0 40 35 7 15E 50 3F
Octal 354 125 156 0 100 65 7 536 120 77
Binary 11101100 1010101 1101110 0 1000000 110101 111 101011110 1010000 111111

Color Harmonies of #EC556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC556E

Black with #EC556E

Text Example


Text Example

White with #EC556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC556E; }

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

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

background-color css

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

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

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

border-color css

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

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

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