Html Css Color HEX #E16749 Flamingo

📋 copy color: '#E16749'

red 225 ◦ green 103 ◦ blue 73

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

Shades of Flamingo #E16749

Tints of Flamingo #E16749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

 BLUE value IS 73 (28.91% from 255) = 18.2%

R = 56.11%
G = 25.69%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E16749 (or 0xE16749) is known color: Flamingo. HEX triplet: E1, 67 and 49. RGB value is (225,103,73). Sum of RGB (Red+Green+Blue) = 225+103+73=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E16749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16749 is #1E98B6. Grayscale: #888888. Windows color (decimal): -2005175 or 4810721. OLE color: 4810721.

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

Color convert

RGB 225 103 73 -
CMYK 0 0.54 0.68 0.12
HSL 11.84º 0.72% 0.58% -
HSV(B) 11.84º 0.68% 0.88% -
XYZ 37.1 26.19 9.4 -
YUV 136.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 225 103 73 0 0.54 0.68 0.12 11.84 0.72 0.58
Hex E1 67 49 0 36 44 C C 48 3A
Octal 341 147 111 0 66 104 14 14 110 72
Binary 11100001 1100111 1001001 0 110110 1000100 1100 1100 1001000 111010

Color Harmonies of #E16749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16749

Black with #E16749

Text Example


Text Example

White with #E16749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16749; }

 p { color: rgb(225,103,73); }

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

background-color css

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

 a { background-color: rgb(225,103,73); }

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

border-color css

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

 span { border-color: rgb(225,103,73); }

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