#e06b50

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

Shades of Flamingo #E06B50

Tints of Flamingo #E06B50

Color information

#E06B50 (or 0xE06B50) is unknown color: approx Flamingo. HEX triplet: E0, 6B and 50. RGB value is (224,107,80). Sum of RGB (Red+Green+Blue) = 224+107+80=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B50 is #1F94AF. Grayscale: #8B8B8B. Windows color (decimal): -2069680 or 5270496. OLE color: 5270496.

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

Color convert

RGB22410780-
CMYK00.520.640.12
HSL11.25º69.9%59.61%-
HSV(B)11.25º64.29%87.84%-
XYZ37.4526.9410.82-
YUV138.994.76188.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.50%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 80 (31.64% from 255) = 19.46%
R=54.50%
G=26.03%
B=19.46%

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
Decimal2241078000.520.640.1211.2569.959.61
HexE06B5003440Cb463c
Octal340153120064100141310674
Binary111000001101011101000001101001000000110010111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e06b50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e06b50; }

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

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

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

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

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

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

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

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