#E16248

Color #E16248 Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #E16248

Tints of Flamingo #E16248

Color information

#E16248 (or 0xE16248) is unknown color: approx Flamingo. HEX triplet: E1, 62 and 48. RGB value is (225,98,72). Sum of RGB (Red+Green+Blue) = 225+98+72=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E16248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16248 is #1E9DB7. Grayscale: #858585. Windows color (decimal): -2006456 or 4743905. OLE color: 4743905.

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

Color convert

RGB2259872-
CMYK00.560.680.12
HSL10.2º71.83%58.24%-
HSV(B)10.2º68%88.24%-
XYZ36.5925.219.07-
YUV133.0193.58193.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.96%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=56.96%
G=24.81%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225987200.560.680.1210.271.8358.24
HexE1624803844Ca483a
Octal341142110070104141211072
Binary111000011100010100100001110001000100110010101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16248; }

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

 H1.HeaderClassName
 {
   color: #E16248;
 }
 .AnyTagClassName
 {
   color: #E16248;
 }
</style>
background-color css

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

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

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

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

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

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