#E8554D

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

Shades of Flamingo #E8554D

Tints of Flamingo #E8554D

Color information

#E8554D (or 0xE8554D) is unknown color: approx Flamingo. HEX triplet: E8, 55 and 4D. RGB value is (232,85,77). Sum of RGB (Red+Green+Blue) = 232+85+77=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E8554D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8554D is #17AAB2. Grayscale: #808080. Windows color (decimal): -1551027 or 5068264. OLE color: 5068264.

HSL color Cylindrical-coordinate representation of color #E8554D: hue angle of 3.1º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8554D is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2328577-
CMYK00.630.670.09
HSL3.1º77.11%60.59%-
HSV(B)3.1º66.81%90.98%-
XYZ37.8724.199.69-
YUV128.0499.2202.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 58.88%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 77 (30.47% from 255) = 19.54%
R=58.88%
G=21.57%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232857700.630.670.093.177.1160.59
HexE8554D03F43934d3d
Octal35012511507710311311575
Binary1110100010101011001101011111110000111001111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8554D; }

 p { color: rgb(232,85,77); }

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

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

 a { background-color: rgb(232,85,77); }

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

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

 span { border-color: rgb(232,85,77); }

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