#EA645C

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

Shades of Flamingo #EA645C

Tints of Flamingo #EA645C

Color information

#EA645C (or 0xEA645C) is unknown color: approx Flamingo. HEX triplet: EA, 64 and 5C. RGB value is (234,100,92). Sum of RGB (Red+Green+Blue) = 234+100+92=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA645C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA645C is #159BA3. Grayscale: #8B8B8B. Windows color (decimal): -1416100 or 6055146. OLE color: 6055146.

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

Color convert

RGB23410092-
CMYK00.570.610.08
HSL3.38º77.17%63.92%-
HSV(B)3.38º60.68%91.76%-
XYZ40.4227.3813.28-
YUV139.15101.39195.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.93%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=54.93%
G=23.47%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341009200.570.610.083.3877.1763.92
HexEA645C0393D834d40
Octal35214413407175103115100
Binary1110101011001001011100011100111110110001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA645C; }

 p { color: rgb(234,100,92); }

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

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

 a { background-color: rgb(234,100,92); }

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

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

 span { border-color: rgb(234,100,92); }

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