#FFE4EC

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

Shades of Amour #FFE4EC

Tints of Amour #FFE4EC

Color information

#FFE4EC (or 0xFFE4EC) is unknown color: approx Amour. HEX triplet: FF, E4 and EC. RGB value is (255,228,236). Sum of RGB (Red+Green+Blue) = 255+228+236=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 228 (89.45% from 255 or 31.71% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE4EC is #001B13. Grayscale: #ECECEC. Windows color (decimal): -6932 or 15525119. OLE color: 15525119.

HSL color Cylindrical-coordinate representation of color #FFE4EC: hue angle of 342.22º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE4EC is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255228236-
CMYK00.110.070
HSL342.22º100%94.71%-
HSV(B)342.22º10.59%100%-
XYZ84.1282.890.91-
YUV236.98127.45140.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.47%
GREEN value IS 228 (89.45% from 255) = 31.71%
BLUE value IS 236 (92.58% from 255) = 32.82%
R=35.47%
G=31.71%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522823600.110.070342.2210094.71
HexFFE4EC0B70156645f
Octal37734435401370526144137
Binary11111111111001001110110001011111010101011011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE4EC; }

 p { color: rgb(255,228,236); }

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

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

 a { background-color: rgb(255,228,236); }

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

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

 span { border-color: rgb(255,228,236); }

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