#FFE4EA

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

Shades of Amour #FFE4EA

Tints of Amour #FFE4EA

Color information

#FFE4EA (or 0xFFE4EA) is unknown color: approx Amour. HEX triplet: FF, E4 and EA. RGB value is (255,228,234). Sum of RGB (Red+Green+Blue) = 255+228+234=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 228 (89.45% from 255 or 31.80% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE4EA is #001B15. Grayscale: #ECECEC. Windows color (decimal): -6934 or 15394047. OLE color: 15394047.

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

Color convert

RGB255228234-
CMYK00.110.080
HSL346.67º100%94.71%-
HSV(B)346.67º10.59%100%-
XYZ83.8382.6989.38-
YUV236.76126.45141.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.56%
GREEN value IS 228 (89.45% from 255) = 31.80%
BLUE value IS 234 (91.80% from 255) = 32.64%
R=35.56%
G=31.80%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522823400.110.080346.6710094.71
HexFFE4EA0B8015b645f
Octal377344352013100533144137
Binary111111111110010011101010010111000010101101111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE4EA; }

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

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

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

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

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

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

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

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