#E06B51

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

Shades of Flamingo #E06B51

Tints of Flamingo #E06B51

Color information

#E06B51 (or 0xE06B51) is unknown color: approx Flamingo. HEX triplet: E0, 6B and 51. RGB value is (224,107,81). Sum of RGB (Red+Green+Blue) = 224+107+81=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B51 is #1F94AE. Grayscale: #8B8B8B. Windows color (decimal): -2069679 or 5336032. OLE color: 5336032.

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

Color convert

RGB22410781-
CMYK00.520.640.12
HSL10.91º69.76%59.8%-
HSV(B)10.91º63.84%87.84%-
XYZ37.4826.9611.01-
YUV139.0295.26188.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.37%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=54.37%
G=25.97%
B=19.66%

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
Decimal2241078100.520.640.1210.9169.7659.8
HexE06B5103440Cb463c
Octal340153121064100141310674
Binary111000001101011101000101101001000000110010111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06B51; }

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

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

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

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

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

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

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

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