Html Css Color HEX #E16947 Flamingo

📋 copy color: '#E16947'

red 225 ◦ green 105 ◦ blue 71

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

Shades of Flamingo #E16947

Tints of Flamingo #E16947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

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

R = 56.11%
G = 26.18%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E16947 (or 0xE16947) is known color: Flamingo. HEX triplet: E1, 69 and 47. RGB value is (225,105,71). Sum of RGB (Red+Green+Blue) = 225+105+71=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E16947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16947 is #1E96B8. Grayscale: #898989. Windows color (decimal): -2004665 or 4680161. OLE color: 4680161.

HSL color Cylindrical-coordinate representation of color #E16947: hue angle of 13.25º 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 #E16947 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 105 71 -
CMYK 0 0.53 0.68 0.12
HSL 13.25º 0.72% 0.58% -
HSV(B) 13.25º 0.68% 0.88% -
XYZ 37.24 26.57 9.13 -
YUV 137 90.76 190.76 -
System Red Green Blue C M Y K H S L
Decimal 225 105 71 0 0.53 0.68 0.12 13.25 0.72 0.58
Hex E1 69 47 0 35 44 C D 48 3A
Octal 341 151 107 0 65 104 14 15 110 72
Binary 11100001 1101001 1000111 0 110101 1000100 1100 1101 1001000 111010

Color Harmonies of #E16947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16947

Black with #E16947

Text Example


Text Example

White with #E16947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16947; }

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

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

background-color css

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

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

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

border-color css

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

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

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