#E86552

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

Shades of Flamingo #E86552

Tints of Flamingo #E86552

Color information

#E86552 (or 0xE86552) is unknown color: approx Flamingo. HEX triplet: E8, 65 and 52. RGB value is (232,101,82). Sum of RGB (Red+Green+Blue) = 232+101+82=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E86552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86552 is #179AAD. Grayscale: #8A8A8A. Windows color (decimal): -1546926 or 5400040. OLE color: 5400040.

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

Color convert

RGB23210182-
CMYK00.560.650.09
HSL7.6º76.53%61.57%-
HSV(B)7.6º64.66%90.98%-
XYZ39.4627.0711.13-
YUV13896.4195.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.90%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 82 (32.42% from 255) = 19.76%
R=55.90%
G=24.34%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321018200.560.650.097.676.5361.57
HexE8655203841984d3e
Octal350145122070101111011576
Binary111010001100101101001001110001000001100110001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86552; }

 p { color: rgb(232,101,82); }

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

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

 a { background-color: rgb(232,101,82); }

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

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

 span { border-color: rgb(232,101,82); }

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