#E35E54

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

Shades of Flamingo #E35E54

Tints of Flamingo #E35E54

Color information

#E35E54 (or 0xE35E54) is unknown color: approx Flamingo. HEX triplet: E3, 5E and 54. RGB value is (227,94,84). Sum of RGB (Red+Green+Blue) = 227+94+84=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35E54 is #1CA1AB. Grayscale: #848484. Windows color (decimal): -1876396 or 5529315. OLE color: 5529315.

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

Color convert

RGB2279484-
CMYK00.590.630.11
HSL4.2º71.86%60.98%-
HSV(B)4.2º63%89.02%-
XYZ37.2824.9811.24-
YUV132.63100.56195.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.05%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 84 (33.20% from 255) = 20.74%
R=56.05%
G=23.21%
B=20.74%

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
Decimal227948400.590.630.114.271.8660.98
HexE35E5403B3FB4483d
Octal3431361240737713411075
Binary1110001110111101010100011101111111110111001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35E54; }

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

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

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

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

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

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

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

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