Html Css Color HEX #E16544 Flamingo

📋 copy color: '#E16544'

red 225 ◦ green 101 ◦ blue 68

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

Shades of Flamingo #E16544

Tints of Flamingo #E16544

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.63%

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

R = 57.11%
G = 25.63%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E16544 (or 0xE16544) is known color: Flamingo. HEX triplet: E1, 65 and 44. RGB value is (225,101,68). Sum of RGB (Red+Green+Blue) = 225+101+68=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E16544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16544 is #1E9ABB. Grayscale: #868686. Windows color (decimal): -2005692 or 4482529. OLE color: 4482529.

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

Color convert

RGB 225 101 68 -
CMYK 0 0.55 0.70 0.12
HSL 12.61º 0.72% 0.57% -
HSV(B) 12.61º 0.7% 0.88% -
XYZ 36.75 25.73 8.5 -
YUV 134.31 90.58 192.68 -
System Red Green Blue C M Y K H S L
Decimal 225 101 68 0 0.55 0.70 0.12 12.61 0.72 0.57
Hex E1 65 44 0 37 46 C D 48 39
Octal 341 145 104 0 67 106 14 15 110 71
Binary 11100001 1100101 1000100 0 110111 1000110 1100 1101 1001000 111001

Color Harmonies of #E16544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16544

Black with #E16544

Text Example


Text Example

White with #E16544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16544; }

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

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

background-color css

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

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

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

border-color css

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

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

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