#FFE5EA

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

Shades of Amour #FFE5EA

Tints of Amour #FFE5EA

Color information

#FFE5EA (or 0xFFE5EA) is unknown color: approx Amour. HEX triplet: FF, E5 and EA. RGB value is (255,229,234). Sum of RGB (Red+Green+Blue) = 255+229+234=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 229 (89.84% from 255 or 31.89% from 718); Blue value is 234 (91.80% from 255 or 32.59% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5EA is #001A15. Grayscale: #EDEDED. Windows color (decimal): -6678 or 15394303. OLE color: 15394303.

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

Color convert

RGB255229234-
CMYK00.100.080
HSL348.46º100%94.9%-
HSV(B)348.46º10.2%100%-
XYZ84.1183.2489.48-
YUV237.34126.11140.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.52%
GREEN value IS 229 (89.84% from 255) = 31.89%
BLUE value IS 234 (91.80% from 255) = 32.59%
R=35.52%
G=31.89%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522923400.100.080348.4610094.9
HexFFE5EA0A8015c645f
Octal377345352012100534144137
Binary111111111110010111101010010101000010101110011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5EA; }

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

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

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

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

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

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

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

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