#FFE3EA

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

Shades of Amour #FFE3EA

Tints of Amour #FFE3EA

Color information

#FFE3EA (or 0xFFE3EA) is unknown color: approx Amour. HEX triplet: FF, E3 and EA. RGB value is (255,227,234). Sum of RGB (Red+Green+Blue) = 255+227+234=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 227 (89.06% from 255 or 31.70% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE3EA is #001C15. Grayscale: #ECECEC. Windows color (decimal): -7190 or 15393791. OLE color: 15393791.

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

Color convert

RGB255227234-
CMYK00.110.080
HSL345º100%94.51%-
HSV(B)345º10.98%100%-
XYZ83.5682.1489.29-
YUV236.17126.78141.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.61%
GREEN value IS 227 (89.06% from 255) = 31.70%
BLUE value IS 234 (91.80% from 255) = 32.68%
R=35.61%
G=31.70%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522723400.110.08034510094.51
HexFFE3EA0B80159645f
Octal377343352013100531144137
Binary111111111110001111101010010111000010101100111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE3EA; }

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

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

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

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

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

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

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

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