#E35D56

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

Shades of Flamingo #E35D56

Tints of Flamingo #E35D56

Color information

#E35D56 (or 0xE35D56) is unknown color: approx Flamingo. HEX triplet: E3, 5D and 56. RGB value is (227,93,86). Sum of RGB (Red+Green+Blue) = 227+93+86=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35D56 is #1CA2A9. Grayscale: #848484. Windows color (decimal): -1876650 or 5660131. OLE color: 5660131.

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

Color convert

RGB2279386-
CMYK00.590.620.11
HSL2.98º71.57%61.37%-
HSV(B)2.98º62.11%89.02%-
XYZ37.2724.8311.63-
YUV132.27101.89195.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.91%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 86 (33.98% from 255) = 21.18%
R=55.91%
G=22.91%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227938600.590.620.112.9871.5761.37
HexE35D5603B3EB3483d
Octal3431351260737613311075
Binary111000111011101101011001110111111101011111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35D56; }

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

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

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

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

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

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

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

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