#E36455

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

Shades of Flamingo #E36455

Tints of Flamingo #E36455

Color information

#E36455 (or 0xE36455) is unknown color: approx Flamingo. HEX triplet: E3, 64 and 55. RGB value is (227,100,85). Sum of RGB (Red+Green+Blue) = 227+100+85=412 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.10% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 227 - color contains mainly: red. Hex color #E36455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36455 is #1C9BAA. Grayscale: #888888. Windows color (decimal): -1874859 or 5596387. OLE color: 5596387.

HSL color Cylindrical-coordinate representation of color #E36455: hue angle of 6.34º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E36455 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB22710085-
CMYK00.560.630.11
HSL6.34º71.72%61.18%-
HSV(B)6.34º62.56%89.02%-
XYZ37.8826.111.64-
YUV136.2699.08192.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.10%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 85 (33.59% from 255) = 20.63%
R=55.10%
G=24.27%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271008500.560.630.116.3471.7261.18
HexE364550383FB6483d
Octal3431441250707713611075
Binary1110001111001001010101011100011111110111101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36455; }

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

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

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

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

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

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

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

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