#E16151

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

Shades of Flamingo #E16151

Tints of Flamingo #E16151

Color information

#E16151 (or 0xE16151) is unknown color: approx Flamingo. HEX triplet: E1, 61 and 51. RGB value is (225,97,81). Sum of RGB (Red+Green+Blue) = 225+97+81=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E16151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16151 is #1E9EAE. Grayscale: #858585. Windows color (decimal): -2006703 or 5333473. OLE color: 5333473.

HSL color Cylindrical-coordinate representation of color #E16151: hue angle of 6.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E16151 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB2259781-
CMYK00.570.640.12
HSL6.67º70.59%60%-
HSV(B)6.67º64%88.24%-
XYZ36.8125.1510.7-
YUV133.4598.41193.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.83%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 81 (32.03% from 255) = 20.10%
R=55.83%
G=24.07%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225978100.570.640.126.6770.5960
HexE1615103940C7473c
Octal34114112107110014710774
Binary11100001110000110100010111001100000011001111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16151; }

 p { color: rgb(225,97,81); }

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

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

 a { background-color: rgb(225,97,81); }

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

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

 span { border-color: rgb(225,97,81); }

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