#EA5D48

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

Shades of Flamingo #EA5D48

Tints of Flamingo #EA5D48

Color information

#EA5D48 (or 0xEA5D48) is unknown color: approx Flamingo. HEX triplet: EA, 5D and 48. RGB value is (234,93,72). Sum of RGB (Red+Green+Blue) = 234+93+72=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5D48 is #15A2B7. Grayscale: #848484. Windows color (decimal): -1417912 or 4742634. OLE color: 4742634.

HSL color Cylindrical-coordinate representation of color #EA5D48: hue angle of 7.78º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA5D48 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB2349372-
CMYK00.600.690.08
HSL7.78º79.41%60%-
HSV(B)7.78º69.23%91.76%-
XYZ39.0225.799.05-
YUV132.7693.71200.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.65%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=58.65%
G=23.31%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234937200.600.690.087.7879.4160
HexEA5D4803C45884f3c
Octal352135110074105101011774
Binary111010101011101100100001111001000101100010001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5D48; }

 p { color: rgb(234,93,72); }

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

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

 a { background-color: rgb(234,93,72); }

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

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

 span { border-color: rgb(234,93,72); }

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