#E76354

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

Shades of Flamingo #E76354

Tints of Flamingo #E76354

Color information

#E76354 (or 0xE76354) is unknown color: approx Flamingo. HEX triplet: E7, 63 and 54. RGB value is (231,99,84). Sum of RGB (Red+Green+Blue) = 231+99+84=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E76354 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76354 is #189CAB. Grayscale: #888888. Windows color (decimal): -1612972 or 5530599. OLE color: 5530599.

HSL color Cylindrical-coordinate representation of color #E76354: hue angle of 6.12º 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 #E76354 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB2319984-
CMYK00.570.640.09
HSL6.12º75.38%61.76%-
HSV(B)6.12º63.64%90.59%-
XYZ39.0226.5511.46-
YUV136.7698.23195.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.80%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=55.80%
G=23.91%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231998400.570.640.096.1275.3861.76
HexE7635403940964b3e
Octal34714312407110011611376
Binary11100111110001110101000111001100000010011101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76354; }

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

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

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

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

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

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

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

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