#E1583E

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

Shades of Flamingo #E1583E

Tints of Flamingo #E1583E

Color information

#E1583E (or 0xE1583E) is unknown color: approx Flamingo. HEX triplet: E1, 58 and 3E. RGB value is (225,88,62). Sum of RGB (Red+Green+Blue) = 225+88+62=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E1583E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1583E is #1EA7C1. Grayscale: #7E7E7E. Windows color (decimal): -2009026 or 4085985. OLE color: 4085985.

HSL color Cylindrical-coordinate representation of color #E1583E: hue angle of 9.57º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1583E is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2258862-
CMYK00.610.720.12
HSL9.57º73.09%56.27%-
HSV(B)9.57º72.44%88.24%-
XYZ35.4123.337.2-
YUV12691.89198.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=60%
G=23.47%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225886200.610.720.129.5773.0956.27
HexE1583E03D48Ca4938
Octal34113076075110141211170
Binary11100001101100011111001111011001000110010101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1583E; }

 p { color: rgb(225,88,62); }

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

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

 a { background-color: rgb(225,88,62); }

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

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

 span { border-color: rgb(225,88,62); }

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