#E6654E

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

Shades of Flamingo #E6654E

Tints of Flamingo #E6654E

Color information

#E6654E (or 0xE6654E) is unknown color: approx Flamingo. HEX triplet: E6, 65 and 4E. RGB value is (230,101,78). Sum of RGB (Red+Green+Blue) = 230+101+78=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6654E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6654E is #199AB1. Grayscale: #898989. Windows color (decimal): -1678002 or 5137894. OLE color: 5137894.

HSL color Cylindrical-coordinate representation of color #E6654E: hue angle of 9.08º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6654E is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB23010178-
CMYK00.560.660.10
HSL9.08º75.25%60.39%-
HSV(B)9.08º66.09%90.2%-
XYZ38.6626.6810.32-
YUV136.9594.74194.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.23%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=56.23%
G=24.69%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301017800.560.660.109.0875.2560.39
HexE6654E03842A94b3c
Octal346145116070102121111374
Binary111001101100101100111001110001000010101010011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6654E; }

 p { color: rgb(230,101,78); }

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

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

 a { background-color: rgb(230,101,78); }

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

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

 span { border-color: rgb(230,101,78); }

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