Html Css Color HEX #E16844 Flamingo

📋 copy color: '#E16844'

red 225 ◦ green 104 ◦ blue 68

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

Shades of Flamingo #E16844

Tints of Flamingo #E16844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.2%

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

R = 56.68%
G = 26.2%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E16844 (or 0xE16844) is known color: Flamingo. HEX triplet: E1, 68 and 44. RGB value is (225,104,68). Sum of RGB (Red+Green+Blue) = 225+104+68=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E16844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16844 is #1E97BB. Grayscale: #888888. Windows color (decimal): -2004924 or 4483297. OLE color: 4483297.

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

Color convert

RGB 225 104 68 -
CMYK 0 0.54 0.70 0.12
HSL 13.76º 0.72% 0.57% -
HSV(B) 13.76º 0.7% 0.88% -
XYZ 37.05 26.33 8.6 -
YUV 136.08 89.59 191.43 -
System Red Green Blue C M Y K H S L
Decimal 225 104 68 0 0.54 0.70 0.12 13.76 0.72 0.57
Hex E1 68 44 0 36 46 C E 48 39
Octal 341 150 104 0 66 106 14 16 110 71
Binary 11100001 1101000 1000100 0 110110 1000110 1100 1110 1001000 111001

Color Harmonies of #E16844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16844

Black with #E16844

Text Example


Text Example

White with #E16844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16844; }

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

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

background-color css

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

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

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

border-color css

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

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

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