#E35D54

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

Shades of Flamingo #E35D54

Tints of Flamingo #E35D54

Color information

#E35D54 (or 0xE35D54) is unknown color: approx Flamingo. HEX triplet: E3, 5D and 54. RGB value is (227,93,84). Sum of RGB (Red+Green+Blue) = 227+93+84=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35D54 is #1CA2AB. Grayscale: #848484. Windows color (decimal): -1876652 or 5529059. OLE color: 5529059.

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

Color convert

RGB2279384-
CMYK00.590.630.11
HSL3.78º71.86%60.98%-
HSV(B)3.78º63%89.02%-
XYZ37.1924.811.21-
YUV132.04100.89195.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.19%
GREEN value IS 93 (36.72% from 255) = 23.02%
BLUE value IS 84 (33.20% from 255) = 20.79%
R=56.19%
G=23.02%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227938400.590.630.113.7871.8660.98
HexE35D5403B3FB4483d
Octal3431351240737713411075
Binary1110001110111011010100011101111111110111001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35D54; }

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

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

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

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

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

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

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

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