#e85652

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

Shades of Flamingo #E85652

Tints of Flamingo #E85652

Color information

#E85652 (or 0xE85652) is unknown color: approx Flamingo. HEX triplet: E8, 56 and 52. RGB value is (232,86,82). Sum of RGB (Red+Green+Blue) = 232+86+82=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E85652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85652 is #17A9AD. Grayscale: #818181. Windows color (decimal): -1550766 or 5396200. OLE color: 5396200.

HSL color Cylindrical-coordinate representation of color #E85652: hue angle of 1.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 #E85652 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB2328682-
CMYK00.630.650.09
HSL1.6º76.53%61.57%-
HSV(B)1.6º64.66%90.98%-
XYZ38.1324.4210.69-
YUV129.2101.37201.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 58%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=58%
G=21.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232868200.630.650.091.676.5361.57
HexE8565203F41924d3e
Octal35012612207710111211576
Binary1110100010101101010010011111110000011001101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e85652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e85652; }

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

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

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

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

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

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

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

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