#E45A56

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

Shades of Flamingo #E45A56

Tints of Flamingo #E45A56

Color information

#E45A56 (or 0xE45A56) is unknown color: approx Flamingo. HEX triplet: E4, 5A and 56. RGB value is (228,90,86). Sum of RGB (Red+Green+Blue) = 228+90+86=404 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.44% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45A56 is #1BA5A9. Grayscale: #828282. Windows color (decimal): -1811882 or 5659364. OLE color: 5659364.

HSL color Cylindrical-coordinate representation of color #E45A56: hue angle of 1.69º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E45A56 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB2289086-
CMYK00.610.620.11
HSL1.69º72.45%61.57%-
HSV(B)1.69º62.28%89.41%-
XYZ37.3324.4811.56-
YUV130.81102.72197.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.44%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=56.44%
G=22.28%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228908600.610.620.111.6972.4561.57
HexE45A5603D3EB2483e
Octal3441321260757613211076
Binary111001001011010101011001111011111101011101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45A56; }

 p { color: rgb(228,90,86); }

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

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

 a { background-color: rgb(228,90,86); }

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

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

 span { border-color: rgb(228,90,86); }

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