#E85554

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

Shades of Flamingo #E85554

Tints of Flamingo #E85554

Color information

#E85554 (or 0xE85554) is unknown color: approx Flamingo. HEX triplet: E8, 55 and 54. RGB value is (232,85,84). Sum of RGB (Red+Green+Blue) = 232+85+84=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E85554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85554 is #17AAAB. Grayscale: #808080. Windows color (decimal): -1551020 or 5527016. OLE color: 5527016.

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

Color convert

RGB2328584-
CMYK00.630.640.09
HSL0.41º76.29%61.96%-
HSV(B)0.41º63.79%90.98%-
XYZ38.1324.2911.07-
YUV128.84102.7201.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.86%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=57.86%
G=21.20%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232858400.630.640.090.4176.2961.96
HexE8555403F40904c3e
Octal35012512407710011011476
Binary111010001010101101010001111111000000100101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85554; }

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

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

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

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

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

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

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

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