#E55652

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

Shades of Flamingo #E55652

Tints of Flamingo #E55652

Color information

#E55652 (or 0xE55652) is unknown color: approx Flamingo. HEX triplet: E5, 56 and 52. RGB value is (229,86,82). Sum of RGB (Red+Green+Blue) = 229+86+82=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E55652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55652 is #1AA9AD. Grayscale: #808080. Windows color (decimal): -1747374 or 5396197. OLE color: 5396197.

HSL color Cylindrical-coordinate representation of color #E55652: hue angle of 1.63º 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 #E55652 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB2298682-
CMYK00.620.640.10
HSL1.63º73.87%60.98%-
HSV(B)1.63º64.19%89.8%-
XYZ37.1623.9210.64-
YUV128.3101.88199.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.68%
GREEN value IS 86 (33.98% from 255) = 21.66%
BLUE value IS 82 (32.42% from 255) = 20.65%
R=57.68%
G=21.66%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229868200.620.640.101.6373.8760.98
HexE5565203E40A24a3d
Octal34512612207610012211275
Binary1110010110101101010010011111010000001010101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55652; }

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

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

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

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

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

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

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

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