#FFE1E9

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

Shades of Amour #FFE1E9

Tints of Amour #FFE1E9

Color information

#FFE1E9 (or 0xFFE1E9) is unknown color: approx Amour. HEX triplet: FF, E1 and E9. RGB value is (255,225,233). Sum of RGB (Red+Green+Blue) = 255+225+233=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 225 (88.28% from 255 or 31.56% from 713); Blue value is 233 (91.41% from 255 or 32.68% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1E9 is #001E16. Grayscale: #EAEAEA. Windows color (decimal): -7703 or 15327743. OLE color: 15327743.

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

Color convert

RGB255225233-
CMYK00.120.090
HSL344º100%94.12%-
HSV(B)344º11.76%100%-
XYZ82.8780.9988.36-
YUV234.88126.94142.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.76%
GREEN value IS 225 (88.28% from 255) = 31.56%
BLUE value IS 233 (91.41% from 255) = 32.68%
R=35.76%
G=31.56%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522523300.120.09034410094.12
HexFFE1E90C90158645e
Octal377341351014110530144136
Binary111111111110000111101001011001001010101100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1E9; }

 p { color: rgb(255,225,233); }

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

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

 a { background-color: rgb(255,225,233); }

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

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

 span { border-color: rgb(255,225,233); }

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