#EA584B

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

Shades of Flamingo #EA584B

Tints of Flamingo #EA584B

Color information

#EA584B (or 0xEA584B) is unknown color: approx Flamingo. HEX triplet: EA, 58 and 4B. RGB value is (234,88,75). Sum of RGB (Red+Green+Blue) = 234+88+75=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA584B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA584B is #15A7B4. Grayscale: #828282. Windows color (decimal): -1419189 or 4937962. OLE color: 4937962.

HSL color Cylindrical-coordinate representation of color #EA584B: hue angle of 4.91º 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 #EA584B is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB2348875-
CMYK00.620.680.08
HSL4.91º79.1%60.59%-
HSV(B)4.91º67.95%91.76%-
XYZ38.6924.989.44-
YUV130.1796.87202.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.94%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 75 (29.69% from 255) = 18.89%
R=58.94%
G=22.17%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234887500.620.680.084.9179.160.59
HexEA584B03E44854f3d
Octal35213011307610410511775
Binary11101010101100010010110111110100010010001011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA584B; }

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

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

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

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

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

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

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

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