Html Css Color HEX #EC6556 Flamingo

📋 copy color: '#EC6556'

red 236 ◦ green 101 ◦ blue 86

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

Shades of Flamingo #EC6556

Tints of Flamingo #EC6556

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.88%

 BLUE value IS 86 (33.98% from 255) = 20.33%

R = 55.79%
G = 23.88%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC6556 (or 0xEC6556) is known color: Flamingo. HEX triplet: EC, 65 and 56. RGB value is (236,101,86). Sum of RGB (Red+Green+Blue) = 236+101+86=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6556 is #139AA9. Grayscale: #8B8B8B. Windows color (decimal): -1284778 or 5662188. OLE color: 5662188.

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

Color convert

RGB 236 101 86 -
CMYK 0 0.57 0.64 0.07
HSL 0.8% 0.63% -
HSV(B) 0.64% 0.93% -
XYZ 40.93 27.81 12.02 -
YUV 139.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 236 101 86 0 0.57 0.64 0.07 6 0.8 0.63
Hex EC 65 56 0 39 40 7 6 50 3F
Octal 354 145 126 0 71 100 7 6 120 77
Binary 11101100 1100101 1010110 0 111001 1000000 111 110 1010000 111111

Color Harmonies of #EC6556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6556

Black with #EC6556

Text Example


Text Example

White with #EC6556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6556; }

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

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

background-color css

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

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

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

border-color css

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

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

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