#EA6359

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

Shades of Flamingo #EA6359

Tints of Flamingo #EA6359

Color information

#EA6359 (or 0xEA6359) is unknown color: approx Flamingo. HEX triplet: EA, 63 and 59. RGB value is (234,99,89). Sum of RGB (Red+Green+Blue) = 234+99+89=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6359 is #159CA6. Grayscale: #8A8A8A. Windows color (decimal): -1416359 or 5858282. OLE color: 5858282.

HSL color Cylindrical-coordinate representation of color #EA6359: hue angle of 4.14º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA6359 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB2349989-
CMYK00.580.620.08
HSL4.14º77.54%63.33%-
HSV(B)4.14º61.97%91.76%-
XYZ40.227.1412.57-
YUV138.23100.23196.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.45%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 89 (35.16% from 255) = 21.09%
R=55.45%
G=23.46%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234998900.580.620.084.1477.5463.33
HexEA635903A3E844e3f
Octal3521431310727610411677
Binary1110101011000111011001011101011111010001001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6359; }

 p { color: rgb(234,99,89); }

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

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

 a { background-color: rgb(234,99,89); }

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

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

 span { border-color: rgb(234,99,89); }

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