#e76356

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

Shades of Flamingo #E76356

Tints of Flamingo #E76356

Color information

#E76356 (or 0xE76356) is unknown color: approx Flamingo. HEX triplet: E7, 63 and 56. RGB value is (231,99,86). Sum of RGB (Red+Green+Blue) = 231+99+86=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E76356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76356 is #189CA9. Grayscale: #898989. Windows color (decimal): -1612970 or 5661671. OLE color: 5661671.

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

Color convert

RGB2319986-
CMYK00.570.630.09
HSL5.38º75.13%62.16%-
HSV(B)5.38º62.77%90.59%-
XYZ39.126.5811.87-
YUV136.9999.23195.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.53%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=55.53%
G=23.80%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231998600.570.630.095.3875.1362.16
HexE763560393F954b3e
Octal3471431260717711511376
Binary1110011111000111010110011100111111110011011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e76356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e76356; }

 p { color: rgb(231,99,86); }

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

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

 a { background-color: rgb(231,99,86); }

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

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

 span { border-color: rgb(231,99,86); }

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