Html Css Color HEX #E16444 Flamingo

📋 copy color: '#E16444'

red 225 ◦ green 100 ◦ blue 68

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

Shades of Flamingo #E16444

Tints of Flamingo #E16444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.3%

R = 57.25%
G = 25.45%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E16444 (or 0xE16444) is known color: Flamingo. HEX triplet: E1, 64 and 44. RGB value is (225,100,68). Sum of RGB (Red+Green+Blue) = 225+100+68=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E16444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16444 is #1E9BBB. Grayscale: #858585. Windows color (decimal): -2005948 or 4482273. OLE color: 4482273.

HSL color Cylindrical-coordinate representation of color #E16444: hue angle of 12.23º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E16444 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 100 68 -
CMYK 0 0.56 0.70 0.12
HSL 12.23º 0.72% 0.57% -
HSV(B) 12.23º 0.7% 0.88% -
XYZ 36.65 25.54 8.47 -
YUV 133.73 90.91 193.1 -
System Red Green Blue C M Y K H S L
Decimal 225 100 68 0 0.56 0.70 0.12 12.23 0.72 0.57
Hex E1 64 44 0 38 46 C C 48 39
Octal 341 144 104 0 70 106 14 14 110 71
Binary 11100001 1100100 1000100 0 111000 1000110 1100 1100 1001000 111001

Color Harmonies of #E16444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16444

Black with #E16444

Text Example


Text Example

White with #E16444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16444; }

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

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

background-color css

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

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

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

border-color css

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

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

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