Html Css Color HEX #EC6647 Flamingo

📋 copy color: '#EC6647'

red 236 ◦ green 102 ◦ blue 71

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

Shades of Flamingo #EC6647

Tints of Flamingo #EC6647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.94%

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

R = 57.7%
G = 24.94%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC6647 (or 0xEC6647) is known color: Flamingo. HEX triplet: EC, 66 and 47. RGB value is (236,102,71). Sum of RGB (Red+Green+Blue) = 236+102+71=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6647 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6647 is #1399B8. Grayscale: #8A8A8A. Windows color (decimal): -1284537 or 4679404. OLE color: 4679404.

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

Color convert

RGB 236 102 71 -
CMYK 0 0.57 0.70 0.07
HSL 11.27º 0.81% 0.6% -
HSV(B) 11.27º 0.7% 0.93% -
XYZ 40.48 27.79 9.19 -
YUV 138.53 89.89 197.52 -
System Red Green Blue C M Y K H S L
Decimal 236 102 71 0 0.57 0.70 0.07 11.27 0.81 0.6
Hex EC 66 47 0 39 46 7 B 51 3C
Octal 354 146 107 0 71 106 7 13 121 74
Binary 11101100 1100110 1000111 0 111001 1000110 111 1011 1010001 111100

Color Harmonies of #EC6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6647

Black with #EC6647

Text Example


Text Example

White with #EC6647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6647; }

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

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

background-color css

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

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

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

border-color css

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

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

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