#E06455

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

Shades of Flamingo #E06455

Tints of Flamingo #E06455

Color information

#E06455 (or 0xE06455) is unknown color: approx Flamingo. HEX triplet: E0, 64 and 55. RGB value is (224,100,85). Sum of RGB (Red+Green+Blue) = 224+100+85=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E06455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06455 is #1F9BAA. Grayscale: #878787. Windows color (decimal): -2071467 or 5596384. OLE color: 5596384.

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

Color convert

RGB22410085-
CMYK00.550.620.12
HSL6.47º69.15%60.59%-
HSV(B)6.47º62.05%87.84%-
XYZ36.9425.6211.59-
YUV135.3799.58191.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.77%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 85 (33.59% from 255) = 20.78%
R=54.77%
G=24.45%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241008500.550.620.126.4769.1560.59
HexE064550373EC6453d
Octal3401441250677614610575
Binary1110000011001001010101011011111111011001101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06455; }

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

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

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

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

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

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

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

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