#E26A4E

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

Shades of Flamingo #E26A4E

Tints of Flamingo #E26A4E

Color information

#E26A4E (or 0xE26A4E) is unknown color: approx Flamingo. HEX triplet: E2, 6A and 4E. RGB value is (226,106,78). Sum of RGB (Red+Green+Blue) = 226+106+78=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A4E is #1D95B1. Grayscale: #8A8A8A. Windows color (decimal): -1938866 or 5139170. OLE color: 5139170.

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

Color convert

RGB22610678-
CMYK00.530.650.11
HSL11.35º71.84%59.61%-
HSV(B)11.35º65.49%88.63%-
XYZ37.8927.0310.43-
YUV138.6993.76190.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.12%
GREEN value IS 106 (41.80% from 255) = 25.85%
BLUE value IS 78 (30.86% from 255) = 19.02%
R=55.12%
G=25.85%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261067800.530.650.1111.3571.8459.61
HexE26A4E03541Bb483c
Octal342152116065101131311074
Binary111000101101010100111001101011000001101110111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26A4E; }

 p { color: rgb(226,106,78); }

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

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

 a { background-color: rgb(226,106,78); }

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

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

 span { border-color: rgb(226,106,78); }

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