Html Css Color HEX #EC5646 Flamingo

📋 copy color: '#EC5646'

red 236 ◦ green 86 ◦ blue 70

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

Shades of Flamingo #EC5646

Tints of Flamingo #EC5646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.86%

R = 60.2%
G = 21.94%
B = 17.86%

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

#EC5646 (or 0xEC5646) is known color: Flamingo. HEX triplet: EC, 56 and 46. RGB value is (236,86,70). Sum of RGB (Red+Green+Blue) = 236+86+70=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5646 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5646 is #13A9B9. Grayscale: #818181. Windows color (decimal): -1288634 or 4609772. OLE color: 4609772.

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

Color convert

RGB 236 86 70 -
CMYK 0 0.64 0.70 0.07
HSL 5.78º 0.81% 0.6% -
HSV(B) 5.78º 0.7% 0.93% -
XYZ 39.03 24.93 8.55 -
YUV 129.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 236 86 70 0 0.64 0.70 0.07 5.78 0.81 0.6
Hex EC 56 46 0 40 46 7 6 51 3C
Octal 354 126 106 0 100 106 7 6 121 74
Binary 11101100 1010110 1000110 0 1000000 1000110 111 110 1010001 111100

Color Harmonies of #EC5646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5646

Black with #EC5646

Text Example


Text Example

White with #EC5646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5646; }

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

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

background-color css

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

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

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

border-color css

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

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

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