#E6654D

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

Shades of Flamingo #E6654D

Tints of Flamingo #E6654D

Color information

#E6654D (or 0xE6654D) is unknown color: approx Flamingo. HEX triplet: E6, 65 and 4D. RGB value is (230,101,77). Sum of RGB (Red+Green+Blue) = 230+101+77=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6654D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6654D is #199AB2. Grayscale: #898989. Windows color (decimal): -1678003 or 5072358. OLE color: 5072358.

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

Color convert

RGB23010177-
CMYK00.560.670.10
HSL9.41º75.37%60.2%-
HSV(B)9.41º66.52%90.2%-
XYZ38.6326.6710.13-
YUV136.8394.24194.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.37%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 77 (30.47% from 255) = 18.87%
R=56.37%
G=24.75%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301017700.560.670.109.4175.3760.2
HexE6654D03843A94b3c
Octal346145115070103121111374
Binary111001101100101100110101110001000011101010011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6654D; }

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

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

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

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

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

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

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

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