#E2634E

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

Shades of Flamingo #E2634E

Tints of Flamingo #E2634E

Color information

#E2634E (or 0xE2634E) is unknown color: approx Flamingo. HEX triplet: E2, 63 and 4E. RGB value is (226,99,78). Sum of RGB (Red+Green+Blue) = 226+99+78=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2634E is #1D9CB1. Grayscale: #868686. Windows color (decimal): -1940658 or 5137378. OLE color: 5137378.

HSL color Cylindrical-coordinate representation of color #E2634E: hue angle of 8.51º 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 #E2634E is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB2269978-
CMYK00.560.650.11
HSL8.51º71.84%59.61%-
HSV(B)8.51º65.49%88.63%-
XYZ37.225.6410.2-
YUV134.5896.08193.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.08%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=56.08%
G=24.57%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226997800.560.650.118.5171.8459.61
HexE2634E03841B9483c
Octal342143116070101131111074
Binary111000101100011100111001110001000001101110011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2634E; }

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

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

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

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

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

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

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

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