#E76654

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

Shades of Flamingo #E76654

Tints of Flamingo #E76654

Color information

#E76654 (or 0xE76654) is unknown color: approx Flamingo. HEX triplet: E7, 66 and 54. RGB value is (231,102,84). Sum of RGB (Red+Green+Blue) = 231+102+84=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E76654 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76654 is #1899AB. Grayscale: #8A8A8A. Windows color (decimal): -1612204 or 5531367. OLE color: 5531367.

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

Color convert

RGB23110284-
CMYK00.560.640.09
HSL7.35º75.38%61.76%-
HSV(B)7.35º63.64%90.59%-
XYZ39.3127.1311.55-
YUV138.5297.24193.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.40%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 84 (33.20% from 255) = 20.14%
R=55.40%
G=24.46%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311028400.560.640.097.3575.3861.76
HexE7665403840974b3e
Octal34714612407010011711376
Binary11100111110011010101000111000100000010011111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76654; }

 p { color: rgb(231,102,84); }

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

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

 a { background-color: rgb(231,102,84); }

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

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

 span { border-color: rgb(231,102,84); }

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