Html Css Color HEX #E16748 Flamingo

📋 copy color: '#E16748'

red 225 ◦ green 103 ◦ blue 72

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

Shades of Flamingo #E16748

Tints of Flamingo #E16748

RGB

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

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

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

R = 56.25%
G = 25.75%
B = 18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E16748 (or 0xE16748) is known color: Flamingo. HEX triplet: E1, 67 and 48. RGB value is (225,103,72). Sum of RGB (Red+Green+Blue) = 225+103+72=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E16748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16748 is #1E98B7. Grayscale: #888888. Windows color (decimal): -2005176 or 4745185. OLE color: 4745185.

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

Color convert

RGB 225 103 72 -
CMYK 0 0.54 0.68 0.12
HSL 12.16º 0.72% 0.58% -
HSV(B) 12.16º 0.68% 0.88% -
XYZ 37.07 26.18 9.23 -
YUV 135.94 91.92 191.52 -
System Red Green Blue C M Y K H S L
Decimal 225 103 72 0 0.54 0.68 0.12 12.16 0.72 0.58
Hex E1 67 48 0 36 44 C C 48 3A
Octal 341 147 110 0 66 104 14 14 110 72
Binary 11100001 1100111 1001000 0 110110 1000100 1100 1100 1001000 111010

Color Harmonies of #E16748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16748

Black with #E16748

Text Example


Text Example

White with #E16748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16748; }

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

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

background-color css

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

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

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

border-color css

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

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

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