#FFE1EA

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

Shades of Amour #FFE1EA

Tints of Amour #FFE1EA

Color information

#FFE1EA (or 0xFFE1EA) is unknown color: approx Amour. HEX triplet: FF, E1 and EA. RGB value is (255,225,234). Sum of RGB (Red+Green+Blue) = 255+225+234=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1EA is #001E15. Grayscale: #EAEAEA. Windows color (decimal): -7702 or 15393279. OLE color: 15393279.

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

Color convert

RGB255225234-
CMYK00.120.080
HSL342º100%94.12%-
HSV(B)342º11.76%100%-
XYZ83.0281.0589.11-
YUV235127.44142.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.71%
GREEN value IS 225 (88.28% from 255) = 31.51%
BLUE value IS 234 (91.80% from 255) = 32.77%
R=35.71%
G=31.51%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522523400.120.08034210094.12
HexFFE1EA0C80156645e
Octal377341352014100526144136
Binary111111111110000111101010011001000010101011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1EA; }

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

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

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

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

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

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

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

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