#E06A48

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

Shades of Flamingo #E06A48

Tints of Flamingo #E06A48

Color information

#E06A48 (or 0xE06A48) is unknown color: approx Flamingo. HEX triplet: E0, 6A and 48. RGB value is (224,106,72). Sum of RGB (Red+Green+Blue) = 224+106+72=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06A48 is #1F95B7. Grayscale: #898989. Windows color (decimal): -2069944 or 4745952. OLE color: 4745952.

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

Color convert

RGB22410672-
CMYK00.530.680.12
HSL13.42º71.03%58.04%-
HSV(B)13.42º67.86%87.84%-
XYZ37.0626.629.32-
YUV137.4191.09189.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.72%
GREEN value IS 106 (41.80% from 255) = 26.37%
BLUE value IS 72 (28.52% from 255) = 17.91%
R=55.72%
G=26.37%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241067200.530.680.1213.4271.0358.04
HexE06A4803544Cd473a
Octal340152110065104141510772
Binary111000001101010100100001101011000100110011011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06A48; }

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

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

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

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

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

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

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

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