#E26B4B

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

Shades of Flamingo #E26B4B

Tints of Flamingo #E26B4B

Color information

#E26B4B (or 0xE26B4B) is unknown color: approx Flamingo. HEX triplet: E2, 6B and 4B. RGB value is (226,107,75). Sum of RGB (Red+Green+Blue) = 226+107+75=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26B4B is #1D94B4. Grayscale: #8B8B8B. Windows color (decimal): -1938613 or 4942818. OLE color: 4942818.

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

Color convert

RGB22610775-
CMYK00.530.670.11
HSL12.72º72.25%59.02%-
HSV(B)12.72º66.81%88.63%-
XYZ37.8927.199.91-
YUV138.9391.92190.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.39%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 75 (29.69% from 255) = 18.38%
R=55.39%
G=26.23%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261077500.530.670.1112.7272.2559.02
HexE26B4B03543Bd483b
Octal342153113065103131511073
Binary111000101101011100101101101011000011101111011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26B4B; }

 p { color: rgb(226,107,75); }

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

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

 a { background-color: rgb(226,107,75); }

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

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

 span { border-color: rgb(226,107,75); }

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