#E05C51

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

Shades of Flamingo #E05C51

Tints of Flamingo #E05C51

Color information

#E05C51 (or 0xE05C51) is unknown color: approx Flamingo. HEX triplet: E0, 5C and 51. RGB value is (224,92,81). Sum of RGB (Red+Green+Blue) = 224+92+81=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C51 is #1FA3AE. Grayscale: #828282. Windows color (decimal): -2073519 or 5332192. OLE color: 5332192.

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

Color convert

RGB2249281-
CMYK00.590.640.12
HSL4.62º69.76%59.8%-
HSV(B)4.62º63.84%87.84%-
XYZ36.0524.110.54-
YUV130.21100.23194.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.42%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=56.42%
G=23.17%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224928100.590.640.124.6269.7659.8
HexE05C5103B40C5463c
Octal34013412107310014510674
Binary11100000101110010100010111011100000011001011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05C51; }

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

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

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

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

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

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

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

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