#EA6656

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

Shades of Flamingo #EA6656

Tints of Flamingo #EA6656

Color information

#EA6656 (or 0xEA6656) is unknown color: approx Flamingo. HEX triplet: EA, 66 and 56. RGB value is (234,102,86). Sum of RGB (Red+Green+Blue) = 234+102+86=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6656 is #1599A9. Grayscale: #8B8B8B. Windows color (decimal): -1415594 or 5662442. OLE color: 5662442.

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

Color convert

RGB23410286-
CMYK00.560.630.08
HSL6.49º77.89%62.75%-
HSV(B)6.49º63.25%91.76%-
XYZ40.3627.6712.02-
YUV139.6497.73195.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.45%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 86 (33.98% from 255) = 20.38%
R=55.45%
G=24.17%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341028600.560.630.086.4977.8962.75
HexEA66560383F864e3f
Octal3521461260707710611677
Binary1110101011001101010110011100011111110001101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6656; }

 p { color: rgb(234,102,86); }

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

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

 a { background-color: rgb(234,102,86); }

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

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

 span { border-color: rgb(234,102,86); }

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