#e26652

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

Shades of Flamingo #E26652

Tints of Flamingo #E26652

Color information

#E26652 (or 0xE26652) is unknown color: approx Flamingo. HEX triplet: E2, 66 and 52. RGB value is (226,102,82). Sum of RGB (Red+Green+Blue) = 226+102+82=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E26652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26652 is #1D99AD. Grayscale: #898989. Windows color (decimal): -1939886 or 5400290. OLE color: 5400290.

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

Color convert

RGB22610282-
CMYK00.550.640.11
HSL8.33º71.29%60.39%-
HSV(B)8.33º63.72%88.63%-
XYZ37.6426.2811.07-
YUV136.897.08191.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.12%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 82 (32.42% from 255) = 20%
R=55.12%
G=24.88%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261028200.550.640.118.3371.2960.39
HexE2665203740B8473c
Octal342146122067100131010774
Binary111000101100110101001001101111000000101110001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e26652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e26652; }

 p { color: rgb(226,102,82); }

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

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

 a { background-color: rgb(226,102,82); }

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

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

 span { border-color: rgb(226,102,82); }

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