#EA554B

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

Shades of Flamingo #EA554B

Tints of Flamingo #EA554B

Color information

#EA554B (or 0xEA554B) is unknown color: approx Flamingo. HEX triplet: EA, 55 and 4B. RGB value is (234,85,75). Sum of RGB (Red+Green+Blue) = 234+85+75=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA554B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA554B is #15AAB4. Grayscale: #808080. Windows color (decimal): -1419957 or 4937194. OLE color: 4937194.

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

Color convert

RGB2348575-
CMYK00.640.680.08
HSL3.77º79.1%60.59%-
HSV(B)3.77º67.95%91.76%-
XYZ38.4524.59.36-
YUV128.4197.86203.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.39%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=59.39%
G=21.57%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234857500.640.680.083.7779.160.59
HexEA554B04044844f3d
Octal352125113010010410411775
Binary111010101010101100101101000000100010010001001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA554B; }

 p { color: rgb(234,85,75); }

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

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

 a { background-color: rgb(234,85,75); }

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

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

 span { border-color: rgb(234,85,75); }

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