#E56752

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

Shades of Flamingo #E56752

Tints of Flamingo #E56752

Color information

#E56752 (or 0xE56752) is unknown color: approx Flamingo. HEX triplet: E5, 67 and 52. RGB value is (229,103,82). Sum of RGB (Red+Green+Blue) = 229+103+82=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E56752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56752 is #1A98AD. Grayscale: #8A8A8A. Windows color (decimal): -1743022 or 5400549. OLE color: 5400549.

HSL color Cylindrical-coordinate representation of color #E56752: hue angle of 8.57º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E56752 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB22910382-
CMYK00.550.640.10
HSL8.57º73.87%60.98%-
HSV(B)8.57º64.19%89.8%-
XYZ38.6926.9711.15-
YUV138.2896.24192.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.31%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=55.31%
G=24.88%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291038200.550.640.108.5773.8760.98
HexE5675203740A94a3d
Octal345147122067100121111275
Binary111001011100111101001001101111000000101010011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56752; }

 p { color: rgb(229,103,82); }

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

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

 a { background-color: rgb(229,103,82); }

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

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

 span { border-color: rgb(229,103,82); }

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