#EA534E

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

Shades of Flamingo #EA534E

Tints of Flamingo #EA534E

Color information

#EA534E (or 0xEA534E) is unknown color: approx Flamingo. HEX triplet: EA, 53 and 4E. RGB value is (234,83,78). Sum of RGB (Red+Green+Blue) = 234+83+78=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA534E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA534E is #15ACB1. Grayscale: #7F7F7F. Windows color (decimal): -1420466 or 5133290. OLE color: 5133290.

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

Color convert

RGB2348378-
CMYK00.650.670.08
HSL1.92º78.79%61.18%-
HSV(B)1.92º66.67%91.76%-
XYZ38.424.239.86-
YUV127.58100.03203.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.24%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=59.24%
G=21.01%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234837800.650.670.081.9278.7961.18
HexEA534E04143824f3d
Octal352123116010110310211775
Binary11101010101001110011100100000110000111000101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA534E; }

 p { color: rgb(234,83,78); }

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

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

 a { background-color: rgb(234,83,78); }

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

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

 span { border-color: rgb(234,83,78); }

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