#E2614D

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

Shades of Flamingo #E2614D

Tints of Flamingo #E2614D

Color information

#E2614D (or 0xE2614D) is unknown color: approx Flamingo. HEX triplet: E2, 61 and 4D. RGB value is (226,97,77). Sum of RGB (Red+Green+Blue) = 226+97+77=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E2614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2614D is #1D9EB2. Grayscale: #858585. Windows color (decimal): -1941171 or 5071330. OLE color: 5071330.

HSL color Cylindrical-coordinate representation of color #E2614D: hue angle of 8.05º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2614D is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB2269777-
CMYK00.570.660.11
HSL8.05º71.98%59.41%-
HSV(B)8.05º65.93%88.63%-
XYZ36.9825.259.95-
YUV133.2996.24194.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.5%
GREEN value IS 97 (38.28% from 255) = 24.25%
BLUE value IS 77 (30.47% from 255) = 19.25%
R=56.5%
G=24.25%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226977700.570.660.118.0571.9859.41
HexE2614D03942B8483b
Octal342141115071102131011073
Binary111000101100001100110101110011000010101110001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2614D; }

 p { color: rgb(226,97,77); }

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

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

 a { background-color: rgb(226,97,77); }

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

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

 span { border-color: rgb(226,97,77); }

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