#E35E41

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

Shades of Flamingo #E35E41

Tints of Flamingo #E35E41

Color information

#E35E41 (or 0xE35E41) is unknown color: approx Flamingo. HEX triplet: E3, 5E and 41. RGB value is (227,94,65). Sum of RGB (Red+Green+Blue) = 227+94+65=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35E41 is #1CA1BE. Grayscale: #828282. Windows color (decimal): -1876415 or 4284131. OLE color: 4284131.

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

Color convert

RGB2279465-
CMYK00.590.710.11
HSL10.74º74.31%57.25%-
HSV(B)10.74º71.37%89.02%-
XYZ36.6424.727.84-
YUV130.4691.06196.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 58.81%
GREEN value IS 94 (37.11% from 255) = 24.35%
BLUE value IS 65 (25.78% from 255) = 16.84%
R=58.81%
G=24.35%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227946500.590.710.1110.7474.3157.25
HexE35E4103B47Bb4a39
Octal343136101073107131311271
Binary111000111011110100000101110111000111101110111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35E41; }

 p { color: rgb(227,94,65); }

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

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

 a { background-color: rgb(227,94,65); }

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

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

 span { border-color: rgb(227,94,65); }

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