#E46354

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

Shades of Flamingo #E46354

Tints of Flamingo #E46354

Color information

#E46354 (or 0xE46354) is unknown color: approx Flamingo. HEX triplet: E4, 63 and 54. RGB value is (228,99,84). Sum of RGB (Red+Green+Blue) = 228+99+84=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E46354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46354 is #1B9CAB. Grayscale: #888888. Windows color (decimal): -1809580 or 5530596. OLE color: 5530596.

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

Color convert

RGB2289984-
CMYK00.570.630.11
HSL6.25º72.73%61.18%-
HSV(B)6.25º63.16%89.41%-
XYZ38.0626.0611.41-
YUV135.8698.74193.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 55.47%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 84 (33.20% from 255) = 20.44%
R=55.47%
G=24.09%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228998400.570.630.116.2572.7361.18
HexE463540393FB6493d
Octal3441431240717713611175
Binary1110010011000111010100011100111111110111101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46354; }

 p { color: rgb(228,99,84); }

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

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

 a { background-color: rgb(228,99,84); }

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

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

 span { border-color: rgb(228,99,84); }

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