Html Css Color HEX #E16448 Flamingo

📋 copy color: '#E16448'

red 225 ◦ green 100 ◦ blue 72

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

Shades of Flamingo #E16448

Tints of Flamingo #E16448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.19%

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

R = 56.68%
G = 25.19%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E16448 (or 0xE16448) is known color: Flamingo. HEX triplet: E1, 64 and 48. RGB value is (225,100,72). Sum of RGB (Red+Green+Blue) = 225+100+72=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E16448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16448 is #1E9BB7. Grayscale: #868686. Windows color (decimal): -2005944 or 4744417. OLE color: 4744417.

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

Color convert

RGB 225 100 72 -
CMYK 0 0.56 0.68 0.12
HSL 10.98º 0.72% 0.58% -
HSV(B) 10.98º 0.68% 0.88% -
XYZ 36.78 25.59 9.13 -
YUV 134.18 92.91 192.78 -
System Red Green Blue C M Y K H S L
Decimal 225 100 72 0 0.56 0.68 0.12 10.98 0.72 0.58
Hex E1 64 48 0 38 44 C B 48 3A
Octal 341 144 110 0 70 104 14 13 110 72
Binary 11100001 1100100 1001000 0 111000 1000100 1100 1011 1001000 111010

Color Harmonies of #E16448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16448

Black with #E16448

Text Example


Text Example

White with #E16448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16448; }

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

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

background-color css

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

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

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

border-color css

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

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

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