#E66750

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

Shades of Flamingo #E66750

Tints of Flamingo #E66750

Color information

#E66750 (or 0xE66750) is unknown color: approx Flamingo. HEX triplet: E6, 67 and 50. RGB value is (230,103,80). Sum of RGB (Red+Green+Blue) = 230+103+80=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E66750 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66750 is #1998AF. Grayscale: #8A8A8A. Windows color (decimal): -1677488 or 5269478. OLE color: 5269478.

HSL color Cylindrical-coordinate representation of color #E66750: hue angle of 9.2º 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 #E66750 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB23010380-
CMYK00.550.650.10
HSL9.2º75%60.78%-
HSV(B)9.2º65.22%90.2%-
XYZ38.9327.110.77-
YUV138.3595.08193.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.69%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=55.69%
G=24.94%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301038000.550.650.109.27560.78
HexE6675003741A94b3d
Octal346147120067101121111375
Binary111001101100111101000001101111000001101010011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66750; }

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

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

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

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

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

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

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

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