#E05D55

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

Shades of Flamingo #E05D55

Tints of Flamingo #E05D55

Color information

#E05D55 (or 0xE05D55) is unknown color: approx Flamingo. HEX triplet: E0, 5D and 55. RGB value is (224,93,85). Sum of RGB (Red+Green+Blue) = 224+93+85=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D55 is #1FA2AA. Grayscale: #838383. Windows color (decimal): -2073259 or 5594592. OLE color: 5594592.

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

Color convert

RGB2249385-
CMYK00.580.620.12
HSL3.45º69.15%60.59%-
HSV(B)3.45º62.05%87.84%-
XYZ36.2924.3311.38-
YUV131.26101.9194.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.72%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 85 (33.59% from 255) = 21.14%
R=55.72%
G=23.13%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224938500.580.620.123.4569.1560.59
HexE05D5503A3EC3453d
Octal3401351250727614310575
Binary111000001011101101010101110101111101100111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05D55; }

 p { color: rgb(224,93,85); }

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

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

 a { background-color: rgb(224,93,85); }

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

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

 span { border-color: rgb(224,93,85); }

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