#EA5E45

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

Shades of Flamingo #EA5E45

Tints of Flamingo #EA5E45

Color information

#EA5E45 (or 0xEA5E45) is unknown color: approx Flamingo. HEX triplet: EA, 5E and 45. RGB value is (234,94,69). Sum of RGB (Red+Green+Blue) = 234+94+69=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E45 is #15A1BA. Grayscale: #858585. Windows color (decimal): -1417659 or 4546282. OLE color: 4546282.

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

Color convert

RGB2349469-
CMYK00.600.710.08
HSL9.09º79.71%59.41%-
HSV(B)9.09º70.51%91.76%-
XYZ39.0125.938.58-
YUV133.0191.88200.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.94%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 69 (27.34% from 255) = 17.38%
R=58.94%
G=23.68%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234946900.600.710.089.0979.7159.41
HexEA5E4503C4789503b
Octal352136105074107101112073
Binary111010101011110100010101111001000111100010011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5E45; }

 p { color: rgb(234,94,69); }

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

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

 a { background-color: rgb(234,94,69); }

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

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

 span { border-color: rgb(234,94,69); }

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