#EA655D

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

Shades of Flamingo #EA655D

Tints of Flamingo #EA655D

Color information

#EA655D (or 0xEA655D) is unknown color: approx Flamingo. HEX triplet: EA, 65 and 5D. RGB value is (234,101,93). Sum of RGB (Red+Green+Blue) = 234+101+93=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA655D is #159AA2. Grayscale: #8C8C8C. Windows color (decimal): -1415843 or 6120938. OLE color: 6120938.

HSL color Cylindrical-coordinate representation of color #EA655D: hue angle of 3.4º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA655D is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23410193-
CMYK00.570.600.08
HSL3.4º77.05%64.12%-
HSV(B)3.4º60.26%91.76%-
XYZ40.5627.5913.54-
YUV139.85101.56195.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.67%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 93 (36.72% from 255) = 21.73%
R=54.67%
G=23.60%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341019300.570.600.083.477.0564.12
HexEA655D0393C834d40
Octal35214513507174103115100
Binary1110101011001011011101011100111110010001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA655D; }

 p { color: rgb(234,101,93); }

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

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

 a { background-color: rgb(234,101,93); }

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

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

 span { border-color: rgb(234,101,93); }

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