#e46350

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

Shades of Flamingo #E46350

Tints of Flamingo #E46350

Color information

#E46350 (or 0xE46350) is unknown color: approx Flamingo. HEX triplet: E4, 63 and 50. RGB value is (228,99,80). Sum of RGB (Red+Green+Blue) = 228+99+80=407 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.02% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 228 - color contains mainly: red. Hex color #E46350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46350 is #1B9CAF. Grayscale: #878787. Windows color (decimal): -1809584 or 5268452. OLE color: 5268452.

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

Color convert

RGB2289980-
CMYK00.570.650.11
HSL7.7º73.27%60.39%-
HSV(B)7.7º64.91%89.41%-
XYZ37.92610.61-
YUV135.496.74194.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.02%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=56.02%
G=24.32%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228998000.570.650.117.773.2760.39
HexE4635003941B8493c
Octal344143120071101131011174
Binary111001001100011101000001110011000001101110001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e46350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e46350; }

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

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

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

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

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

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

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

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