#E06A53

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

Shades of Flamingo #E06A53

Tints of Flamingo #E06A53

Color information

#E06A53 (or 0xE06A53) is unknown color: approx Flamingo. HEX triplet: E0, 6A and 53. RGB value is (224,106,83). Sum of RGB (Red+Green+Blue) = 224+106+83=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A53 is #1F95AC. Grayscale: #8A8A8A. Windows color (decimal): -2069933 or 5466848. OLE color: 5466848.

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

Color convert

RGB22410683-
CMYK00.530.630.12
HSL9.79º69.46%60.2%-
HSV(B)9.79º62.95%87.84%-
XYZ37.4626.7811.38-
YUV138.6696.59188.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.24%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 83 (32.81% from 255) = 20.10%
R=54.24%
G=25.67%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241068300.530.630.129.7969.4660.2
HexE06A530353FCa453c
Octal34015212306577141210574
Binary11100000110101010100110110101111111110010101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06A53; }

 p { color: rgb(224,106,83); }

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

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

 a { background-color: rgb(224,106,83); }

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

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

 span { border-color: rgb(224,106,83); }

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