#E05C52

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

Shades of Flamingo #E05C52

Tints of Flamingo #E05C52

Color information

#E05C52 (or 0xE05C52) is unknown color: approx Flamingo. HEX triplet: E0, 5C and 52. RGB value is (224,92,82). Sum of RGB (Red+Green+Blue) = 224+92+82=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C52 is #1FA3AD. Grayscale: #828282. Windows color (decimal): -2073518 or 5397728. OLE color: 5397728.

HSL color Cylindrical-coordinate representation of color #E05C52: hue angle of 4.23º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05C52 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB2249282-
CMYK00.590.630.12
HSL4.23º69.61%60%-
HSV(B)4.23º63.39%87.84%-
XYZ36.0924.1110.73-
YUV130.33100.73194.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.28%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=56.28%
G=23.12%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224928200.590.630.124.2369.6160
HexE05C5203B3FC4463c
Octal3401341220737714410674
Binary1110000010111001010010011101111111111001001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05C52; }

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

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

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

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

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

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

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

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