#E45854

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

Shades of Flamingo #E45854

Tints of Flamingo #E45854

Color information

#E45854 (or 0xE45854) is unknown color: approx Flamingo. HEX triplet: E4, 58 and 54. RGB value is (228,88,84). Sum of RGB (Red+Green+Blue) = 228+88+84=400 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 228 - color contains mainly: red. Hex color #E45854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45854 is #1BA7AB. Grayscale: #818181. Windows color (decimal): -1812396 or 5527780. OLE color: 5527780.

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

Color convert

RGB2288884-
CMYK00.610.630.11
HSL1.67º72.73%61.18%-
HSV(B)1.67º63.16%89.41%-
XYZ37.0824.1111.09-
YUV129.4102.38198.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 57%
GREEN value IS 88 (34.77% from 255) = 22%
BLUE value IS 84 (33.20% from 255) = 21%
R=57%
G=22%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228888400.610.630.111.6772.7361.18
HexE4585403D3FB2493d
Octal3441301240757713211175
Binary111001001011000101010001111011111111011101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45854; }

 p { color: rgb(228,88,84); }

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

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

 a { background-color: rgb(228,88,84); }

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

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

 span { border-color: rgb(228,88,84); }

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