#E76250

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

Shades of Flamingo #E76250

Tints of Flamingo #E76250

Color information

#E76250 (or 0xE76250) is unknown color: approx Flamingo. HEX triplet: E7, 62 and 50. RGB value is (231,98,80). Sum of RGB (Red+Green+Blue) = 231+98+80=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E76250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76250 is #189DAF. Grayscale: #878787. Windows color (decimal): -1613232 or 5268199. OLE color: 5268199.

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

Color convert

RGB2319880-
CMYK00.580.650.09
HSL7.15º75.88%60.98%-
HSV(B)7.15º65.37%90.59%-
XYZ38.7726.310.62-
YUV135.7296.56195.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.48%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 80 (31.64% from 255) = 19.56%
R=56.48%
G=23.96%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231988000.580.650.097.1575.8860.98
HexE7625003A41974c3d
Octal34714212007210111711475
Binary11100111110001010100000111010100000110011111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76250; }

 p { color: rgb(231,98,80); }

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

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

 a { background-color: rgb(231,98,80); }

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

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

 span { border-color: rgb(231,98,80); }

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