#E06C51

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

Shades of Flamingo #E06C51

Tints of Flamingo #E06C51

Color information

#E06C51 (or 0xE06C51) is unknown color: approx Flamingo. HEX triplet: E0, 6C and 51. RGB value is (224,108,81). Sum of RGB (Red+Green+Blue) = 224+108+81=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C51 is #1F93AE. Grayscale: #8B8B8B. Windows color (decimal): -2069423 or 5336288. OLE color: 5336288.

HSL color Cylindrical-coordinate representation of color #E06C51: hue angle of 11.33º 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 #E06C51 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22410881-
CMYK00.520.640.12
HSL11.33º69.76%59.8%-
HSV(B)11.33º63.84%87.84%-
XYZ37.5927.1711.05-
YUV139.6194.93188.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.24%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 81 (32.03% from 255) = 19.61%
R=54.24%
G=26.15%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241088100.520.640.1211.3369.7659.8
HexE06C5103440Cb463c
Octal340154121064100141310674
Binary111000001101100101000101101001000000110010111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06C51; }

 p { color: rgb(224,108,81); }

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

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

 a { background-color: rgb(224,108,81); }

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

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

 span { border-color: rgb(224,108,81); }

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