#E16B52

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

Shades of Flamingo #E16B52

Tints of Flamingo #E16B52

Color information

#E16B52 (or 0xE16B52) is unknown color: approx Flamingo. HEX triplet: E1, 6B and 52. RGB value is (225,107,82). Sum of RGB (Red+Green+Blue) = 225+107+82=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B52 is #1E94AD. Grayscale: #8B8B8B. Windows color (decimal): -2004142 or 5401569. OLE color: 5401569.

HSL color Cylindrical-coordinate representation of color #E16B52: hue angle of 10.49º degrees, saturation: 0.7, 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 #E16B52 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22510782-
CMYK00.520.640.12
HSL10.49º70.44%60.2%-
HSV(B)10.49º63.56%88.24%-
XYZ37.8327.1311.23-
YUV139.4395.59189.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.35%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=54.35%
G=25.85%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251078200.520.640.1210.4970.4460.2
HexE16B5203440Ca463c
Octal341153122064100141210674
Binary111000011101011101001001101001000000110010101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B52; }

 p { color: rgb(225,107,82); }

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

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

 a { background-color: rgb(225,107,82); }

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

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

 span { border-color: rgb(225,107,82); }

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