#E7614C

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

Shades of Flamingo #E7614C

Tints of Flamingo #E7614C

Color information

#E7614C (or 0xE7614C) is unknown color: approx Flamingo. HEX triplet: E7, 61 and 4C. RGB value is (231,97,76). Sum of RGB (Red+Green+Blue) = 231+97+76=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E7614C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7614C is #189EB3. Grayscale: #868686. Windows color (decimal): -1613492 or 5005799. OLE color: 5005799.

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

Color convert

RGB2319776-
CMYK00.580.670.09
HSL8.13º76.35%60.2%-
HSV(B)8.13º67.1%90.59%-
XYZ38.5326.069.84-
YUV134.6794.89196.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.18%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 76 (30.08% from 255) = 18.81%
R=57.18%
G=24.01%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231977600.580.670.098.1376.3560.2
HexE7614C03A43984c3c
Octal347141114072103111011474
Binary111001111100001100110001110101000011100110001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7614C; }

 p { color: rgb(231,97,76); }

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

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

 a { background-color: rgb(231,97,76); }

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

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

 span { border-color: rgb(231,97,76); }

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