Html Css Color HEX #E16449 Flamingo

📋 copy color: '#E16449'

red 225 ◦ green 100 ◦ blue 73

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

Shades of Flamingo #E16449

Tints of Flamingo #E16449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.13%

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

R = 56.53%
G = 25.13%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E16449 (or 0xE16449) is known color: Flamingo. HEX triplet: E1, 64 and 49. RGB value is (225,100,73). Sum of RGB (Red+Green+Blue) = 225+100+73=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E16449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16449 is #1E9BB6. Grayscale: #868686. Windows color (decimal): -2005943 or 4809953. OLE color: 4809953.

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

Color convert

RGB 225 100 73 -
CMYK 0 0.56 0.68 0.12
HSL 10.66º 0.72% 0.58% -
HSV(B) 10.66º 0.68% 0.88% -
XYZ 36.81 25.6 9.31 -
YUV 134.3 93.41 192.7 -
System Red Green Blue C M Y K H S L
Decimal 225 100 73 0 0.56 0.68 0.12 10.66 0.72 0.58
Hex E1 64 49 0 38 44 C B 48 3A
Octal 341 144 111 0 70 104 14 13 110 72
Binary 11100001 1100100 1001001 0 111000 1000100 1100 1011 1001000 111010

Color Harmonies of #E16449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16449

Black with #E16449

Text Example


Text Example

White with #E16449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16449; }

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

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

background-color css

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

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

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

border-color css

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

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

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