#E35D40

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

Shades of Flamingo #E35D40

Tints of Flamingo #E35D40

Color information

#E35D40 (or 0xE35D40) is unknown color: approx Flamingo. HEX triplet: E3, 5D and 40. RGB value is (227,93,64). Sum of RGB (Red+Green+Blue) = 227+93+64=384 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.11% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35D40 is #1CA2BF. Grayscale: #828282. Windows color (decimal): -1876672 or 4218339. OLE color: 4218339.

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

Color convert

RGB2279364-
CMYK00.590.720.11
HSL10.67º74.43%57.06%-
HSV(B)10.67º71.81%89.02%-
XYZ36.5224.537.66-
YUV129.7690.89197.36-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 59.11%
GREEN value IS 93 (36.72% from 255) = 24.22%
BLUE value IS 64 (25.39% from 255) = 16.67%
R=59.11%
G=24.22%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227936400.590.720.1110.6774.4357.06
HexE35D4003B48Bb4a39
Octal343135100073110131311271
Binary111000111011101100000001110111001000101110111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35D40; }

 p { color: rgb(227,93,64); }

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

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

 a { background-color: rgb(227,93,64); }

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

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

 span { border-color: rgb(227,93,64); }

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