#E66050

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

Shades of Flamingo #E66050

Tints of Flamingo #E66050

Color information

#E66050 (or 0xE66050) is unknown color: approx Flamingo. HEX triplet: E6, 60 and 50. RGB value is (230,96,80). Sum of RGB (Red+Green+Blue) = 230+96+80=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E66050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66050 is #199FAF. Grayscale: #868686. Windows color (decimal): -1679280 or 5267686. OLE color: 5267686.

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

Color convert

RGB2309680-
CMYK00.580.650.10
HSL6.4º75%60.78%-
HSV(B)6.4º65.22%90.2%-
XYZ38.2625.7710.55-
YUV134.2497.39196.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.65%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 80 (31.64% from 255) = 19.70%
R=56.65%
G=23.65%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230968000.580.650.106.47560.78
HexE6605003A41A64b3d
Octal34614012007210112611375
Binary11100110110000010100000111010100000110101101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66050; }

 p { color: rgb(230,96,80); }

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

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

 a { background-color: rgb(230,96,80); }

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

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

 span { border-color: rgb(230,96,80); }

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