Html Css Color HEX #E16744 Flamingo

📋 copy color: '#E16744'

red 225 ◦ green 103 ◦ blue 68

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

Shades of Flamingo #E16744

Tints of Flamingo #E16744

RGB

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

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

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

R = 56.82%
G = 26.01%
B = 17.17%

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

#E16744 (or 0xE16744) is known color: Flamingo. HEX triplet: E1, 67 and 44. RGB value is (225,103,68). Sum of RGB (Red+Green+Blue) = 225+103+68=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E16744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16744 is #1E98BB. Grayscale: #878787. Windows color (decimal): -2005180 or 4483041. OLE color: 4483041.

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

Color convert

RGB 225 103 68 -
CMYK 0 0.54 0.70 0.12
HSL 13.38º 0.72% 0.57% -
HSV(B) 13.38º 0.7% 0.88% -
XYZ 36.94 26.13 8.56 -
YUV 135.49 89.92 191.85 -
System Red Green Blue C M Y K H S L
Decimal 225 103 68 0 0.54 0.70 0.12 13.38 0.72 0.57
Hex E1 67 44 0 36 46 C D 48 39
Octal 341 147 104 0 66 106 14 15 110 71
Binary 11100001 1100111 1000100 0 110110 1000110 1100 1101 1001000 111001

Color Harmonies of #E16744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16744

Black with #E16744

Text Example


Text Example

White with #E16744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16744; }

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

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

background-color css

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

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

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

border-color css

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

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

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