#E8554E

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

Shades of Flamingo #E8554E

Tints of Flamingo #E8554E

Color information

#E8554E (or 0xE8554E) is unknown color: approx Flamingo. HEX triplet: E8, 55 and 4E. RGB value is (232,85,78). Sum of RGB (Red+Green+Blue) = 232+85+78=395 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.73% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 232 - color contains mainly: red. Hex color #E8554E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8554E is #17AAB1. Grayscale: #808080. Windows color (decimal): -1551026 or 5133800. OLE color: 5133800.

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

Color convert

RGB2328578-
CMYK00.630.660.09
HSL2.73º77%60.78%-
HSV(B)2.73º66.38%90.98%-
XYZ37.924.29.88-
YUV128.1699.7202.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 58.73%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=58.73%
G=21.52%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232857800.630.660.092.737760.78
HexE8554E03F42934d3d
Octal35012511607710211311575
Binary1110100010101011001110011111110000101001111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8554E; }

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

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

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

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

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

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

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

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