#EA6355

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

Shades of Flamingo #EA6355

Tints of Flamingo #EA6355

Color information

#EA6355 (or 0xEA6355) is unknown color: approx Flamingo. HEX triplet: EA, 63 and 55. RGB value is (234,99,85). Sum of RGB (Red+Green+Blue) = 234+99+85=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6355 is #159CAA. Grayscale: #898989. Windows color (decimal): -1416363 or 5596138. OLE color: 5596138.

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

Color convert

RGB2349985-
CMYK00.580.640.08
HSL5.64º78.01%62.55%-
HSV(B)5.64º63.68%91.76%-
XYZ40.0327.0711.71-
YUV137.7798.23196.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.98%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=55.98%
G=23.68%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234998500.580.640.085.6478.0162.55
HexEA635503A40864e3f
Octal35214312507210010611677
Binary11101010110001110101010111010100000010001101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6355; }

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

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

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

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

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

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

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

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