#E7614E

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

Shades of Flamingo #E7614E

Tints of Flamingo #E7614E

Color information

#E7614E (or 0xE7614E) is unknown color: approx Flamingo. HEX triplet: E7, 61 and 4E. RGB value is (231,97,78). Sum of RGB (Red+Green+Blue) = 231+97+78=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E7614E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7614E is #189EB1. Grayscale: #878787. Windows color (decimal): -1613490 or 5136871. OLE color: 5136871.

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

Color convert

RGB2319778-
CMYK00.580.660.09
HSL7.45º76.12%60.59%-
HSV(B)7.45º66.23%90.59%-
XYZ38.626.0910.21-
YUV134.995.89196.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.90%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 78 (30.86% from 255) = 19.21%
R=56.90%
G=23.89%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231977800.580.660.097.4576.1260.59
HexE7614E03A42974c3d
Octal34714111607210211711475
Binary11100111110000110011100111010100001010011111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7614E; }

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

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

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

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

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

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

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

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