#E06D50

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

Shades of Flamingo #E06D50

Tints of Flamingo #E06D50

Color information

#E06D50 (or 0xE06D50) is unknown color: approx Flamingo. HEX triplet: E0, 6D and 50. RGB value is (224,109,80). Sum of RGB (Red+Green+Blue) = 224+109+80=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D50 is #1F92AF. Grayscale: #8C8C8C. Windows color (decimal): -2069168 or 5271008. OLE color: 5271008.

HSL color Cylindrical-coordinate representation of color #E06D50: hue angle of 12.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E06D50 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22410980-
CMYK00.510.640.12
HSL12.08º69.9%59.61%-
HSV(B)12.08º64.29%87.84%-
XYZ37.6627.3610.89-
YUV140.0894.1187.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.24%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=54.24%
G=26.39%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241098000.510.640.1212.0869.959.61
HexE06D5003340Cc463c
Octal340155120063100141410674
Binary111000001101101101000001100111000000110011001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06D50; }

 p { color: rgb(224,109,80); }

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

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

 a { background-color: rgb(224,109,80); }

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

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

 span { border-color: rgb(224,109,80); }

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