Html Css Color HEX #EC5647 Flamingo

📋 copy color: '#EC5647'

red 236 ◦ green 86 ◦ blue 71

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

Shades of Flamingo #EC5647

Tints of Flamingo #EC5647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.88%

 BLUE value IS 71 (28.13% from 255) = 18.07%

R = 60.05%
G = 21.88%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC5647 (or 0xEC5647) is known color: Flamingo. HEX triplet: EC, 56 and 47. RGB value is (236,86,71). Sum of RGB (Red+Green+Blue) = 236+86+71=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5647 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5647 is #13A9B8. Grayscale: #818181. Windows color (decimal): -1288633 or 4675308. OLE color: 4675308.

HSL color Cylindrical-coordinate representation of color #EC5647: hue angle of 5.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC5647 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 86 71 -
CMYK 0 0.64 0.70 0.07
HSL 5.45º 0.81% 0.6% -
HSV(B) 5.45º 0.7% 0.93% -
XYZ 39.06 24.94 8.72 -
YUV 129.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 236 86 71 0 0.64 0.70 0.07 5.45 0.81 0.6
Hex EC 56 47 0 40 46 7 5 51 3C
Octal 354 126 107 0 100 106 7 5 121 74
Binary 11101100 1010110 1000111 0 1000000 1000110 111 101 1010001 111100

Color Harmonies of #EC5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5647

Black with #EC5647

Text Example


Text Example

White with #EC5647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5647; }

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

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

background-color css

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

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

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

border-color css

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

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

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