Html Css Color HEX #EC5644 Flamingo

📋 copy color: '#EC5644'

red 236 ◦ green 86 ◦ blue 68

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

Shades of Flamingo #EC5644

Tints of Flamingo #EC5644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.44%

R = 60.51%
G = 22.05%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC5644 (or 0xEC5644) is known color: Flamingo. HEX triplet: EC, 56 and 44. RGB value is (236,86,68). Sum of RGB (Red+Green+Blue) = 236+86+68=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5644 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5644 is #13A9BB. Grayscale: #818181. Windows color (decimal): -1288636 or 4478700. OLE color: 4478700.

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

Color convert

RGB 236 86 68 -
CMYK 0 0.64 0.71 0.07
HSL 6.43º 0.82% 0.6% -
HSV(B) 6.43º 0.71% 0.93% -
XYZ 38.96 24.91 8.22 -
YUV 128.8 93.7 204.46 -
System Red Green Blue C M Y K H S L
Decimal 236 86 68 0 0.64 0.71 0.07 6.43 0.82 0.6
Hex EC 56 44 0 40 47 7 6 52 3C
Octal 354 126 104 0 100 107 7 6 122 74
Binary 11101100 1010110 1000100 0 1000000 1000111 111 110 1010010 111100

Color Harmonies of #EC5644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5644

Black with #EC5644

Text Example


Text Example

White with #EC5644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5644; }

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

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

background-color css

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

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

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

border-color css

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

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

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