Html Css Color HEX #E16C47 Flamingo

📋 copy color: '#E16C47'

red 225 ◦ green 108 ◦ blue 71

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

Shades of Flamingo #E16C47

Tints of Flamingo #E16C47

RGB

 RED value IS 225 (88.28% from 255) = 55.69%

 GREEN value IS 108 (42.58% from 255) = 26.73%

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

R = 55.69%
G = 26.73%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E16C47 (or 0xE16C47) is known color: Flamingo. HEX triplet: E1, 6C and 47. RGB value is (225,108,71). Sum of RGB (Red+Green+Blue) = 225+108+71=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16C47 is #1E93B8. Grayscale: #8B8B8B. Windows color (decimal): -2003897 or 4680929. OLE color: 4680929.

HSL color Cylindrical-coordinate representation of color #E16C47: hue angle of 14.42º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E16C47 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 108 71 -
CMYK 0 0.52 0.68 0.12
HSL 14.42º 0.72% 0.58% -
HSV(B) 14.42º 0.68% 0.88% -
XYZ 37.55 27.19 9.23 -
YUV 138.77 89.76 189.51 -
System Red Green Blue C M Y K H S L
Decimal 225 108 71 0 0.52 0.68 0.12 14.42 0.72 0.58
Hex E1 6C 47 0 34 44 C E 48 3A
Octal 341 154 107 0 64 104 14 16 110 72
Binary 11100001 1101100 1000111 0 110100 1000100 1100 1110 1001000 111010

Color Harmonies of #E16C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C47

Black with #E16C47

Text Example


Text Example

White with #E16C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C47; }

 p { color: rgb(225,108,71); }

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

background-color css

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

 a { background-color: rgb(225,108,71); }

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

border-color css

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

 span { border-color: rgb(225,108,71); }

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