Html Css Color HEX #E16548 Flamingo

📋 copy color: '#E16548'

red 225 ◦ green 101 ◦ blue 72

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

Shades of Flamingo #E16548

Tints of Flamingo #E16548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.09%

R = 56.53%
G = 25.38%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E16548 (or 0xE16548) is known color: Flamingo. HEX triplet: E1, 65 and 48. RGB value is (225,101,72). Sum of RGB (Red+Green+Blue) = 225+101+72=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E16548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16548 is #1E9AB7. Grayscale: #878787. Windows color (decimal): -2005688 or 4744673. OLE color: 4744673.

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

Color convert

RGB 225 101 72 -
CMYK 0 0.55 0.68 0.12
HSL 11.37º 0.72% 0.58% -
HSV(B) 11.37º 0.68% 0.88% -
XYZ 36.87 25.78 9.16 -
YUV 134.77 92.58 192.36 -
System Red Green Blue C M Y K H S L
Decimal 225 101 72 0 0.55 0.68 0.12 11.37 0.72 0.58
Hex E1 65 48 0 37 44 C B 48 3A
Octal 341 145 110 0 67 104 14 13 110 72
Binary 11100001 1100101 1001000 0 110111 1000100 1100 1011 1001000 111010

Color Harmonies of #E16548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16548

Black with #E16548

Text Example


Text Example

White with #E16548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16548; }

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

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

background-color css

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

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

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

border-color css

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

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

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