#e6665b

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

Shades of Flamingo #E6665B

Tints of Flamingo #E6665B

Color information

#E6665B (or 0xE6665B) is unknown color: approx Flamingo. HEX triplet: E6, 66 and 5B. RGB value is (230,102,91). Sum of RGB (Red+Green+Blue) = 230+102+91=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6665B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6665B is #1999A4. Grayscale: #8B8B8B. Windows color (decimal): -1677733 or 5990118. OLE color: 5990118.

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

Color convert

RGB23010291-
CMYK00.560.600.10
HSL4.75º73.54%62.94%-
HSV(B)4.75º60.43%90.2%-
XYZ39.2727.0813.05-
YUV139.02100.91192.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.37%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 91 (35.94% from 255) = 21.51%
R=54.37%
G=24.11%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301029100.560.600.104.7573.5462.94
HexE6665B0383CA54a3f
Octal3461461330707412511277
Binary1110011011001101011011011100011110010101011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6665b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6665b; }

 p { color: rgb(230,102,91); }

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

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

 a { background-color: rgb(230,102,91); }

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

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

 span { border-color: rgb(230,102,91); }

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